summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src
diff options
context:
space:
mode:
authorjcorgan2006-08-16 03:29:20 +0000
committerjcorgan2006-08-16 03:29:20 +0000
commit0741656006d3d480b3e58d42916649a82e8f766a (patch)
tree639de1706953762bcac7f8176d6bca6616e9b2ab /gr-radio-astronomy/src
parentb28ddc2ca38630d0a5ce0561a647e3e1bf83194b (diff)
downloadgnuradio-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.am6
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 =