diff options
author | jcorgan | 2006-08-16 03:29:20 +0000 |
---|---|---|
committer | jcorgan | 2006-08-16 03:29:20 +0000 |
commit | 0741656006d3d480b3e58d42916649a82e8f766a (patch) | |
tree | 639de1706953762bcac7f8176d6bca6616e9b2ab /gr-radio-astronomy/src | |
parent | b28ddc2ca38630d0a5ce0561a647e3e1bf83194b (diff) | |
download | gnuradio-0741656006d3d480b3e58d42916649a82e8f766a.tar.gz gnuradio-0741656006d3d480b3e58d42916649a82e8f766a.tar.bz2 gnuradio-0741656006d3d480b3e58d42916649a82e8f766a.zip |
More fixes for ticket:35, which was reopened.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3291 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-radio-astronomy/src')
-rw-r--r-- | gr-radio-astronomy/src/lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-radio-astronomy/src/lib/Makefile.am b/gr-radio-astronomy/src/lib/Makefile.am index 375c169ae..f670ba423 100644 --- a/gr-radio-astronomy/src/lib/Makefile.am +++ b/gr-radio-astronomy/src/lib/Makefile.am @@ -40,7 +40,7 @@ NON_LOCAL_IFILES = \ $(GNURADIO_I) LOCAL_IFILES = \ - ra.i + $(top_srcdir)/gr-radio-astronomy/src/lib/ra.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 @@ -70,8 +70,8 @@ _ra_la_LIBADD = \ $(GNURADIO_CORE_LIBS) \ -lstdc++ -ra.cc ra.py: ra.i $(ALL_IFILES) - $(SWIG) $(SWIGPYTHONARGS) -module ra -o ra.cc $< +ra.cc ra.py: $(ALL_IFILES) + $(SWIG) $(SWIGPYTHONARGS) -module ra -o ra.cc $(LOCAL_IFILES) # These headers get installed in ${prefix}/include/gnuradio grinclude_HEADERS = |