From c7aab5e1c9cbd2e1624d6cfbe92ca6aba70e7f62 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Tue, 15 Aug 2006 03:39:14 +0000 Subject: Fixes for ticket:35, allowing use of BSD make instead of GNU make. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3286 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-gsm-fr-vocoder/src/lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-gsm-fr-vocoder') diff --git a/gr-gsm-fr-vocoder/src/lib/Makefile.am b/gr-gsm-fr-vocoder/src/lib/Makefile.am index 06ab5caab..597cccde5 100644 --- a/gr-gsm-fr-vocoder/src/lib/Makefile.am +++ b/gr-gsm-fr-vocoder/src/lib/Makefile.am @@ -44,7 +44,7 @@ NON_LOCAL_IFILES = \ LOCAL_IFILES = \ - gsm_full_rate.i + $(top_srcdir)/gr-gsm-fr-vocoder/src/lib/gsm_full_rate.i # These files are built by SWIG. The first is the C++ glue. # The second is the python wrapper that loads the _howto shared library @@ -80,7 +80,7 @@ _gsm_full_rate_la_LIBADD = \ -lstdc++ gsm_full_rate.cc gsm_full_rate.py: gsm_full_rate.i $(ALL_IFILES) - $(SWIG) $(SWIGPYTHONARGS) -module gsm_full_rate -o gsm_full_rate.cc $< + $(SWIG) $(SWIGPYTHONARGS) -module gsm_full_rate -o gsm_full_rate.cc $(LOCAL_IFILES) # These headers get installed in ${prefix}/include/gnuradio grinclude_HEADERS = \ -- cgit