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-ezdop/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-ezdop/src')
-rw-r--r-- | gr-ezdop/src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-ezdop/src/lib/Makefile.am b/gr-ezdop/src/lib/Makefile.am index b22d134ec..4f301ec7c 100644 --- a/gr-ezdop/src/lib/Makefile.am +++ b/gr-ezdop/src/lib/Makefile.am @@ -50,7 +50,7 @@ NON_LOCAL_IFILES = \ LOCAL_IFILES = \ - ezdop.i + $(top_srcdir)/gr-ezdop/src/lib/ezdop.i # These files are built by SWIG. The first is the C++ glue. # The second is the python wrapper that loads the _ezdop shared library @@ -83,7 +83,7 @@ _ezdop_la_LIBADD = \ -lstdc++ ezdop.cc ezdop.py: $(ALL_IFILES) - $(SWIG) $(SWIGPYTHONARGS) -module ezdop -o ezdop.cc $< + $(SWIG) $(SWIGPYTHONARGS) -module ezdop -o ezdop.cc $(LOCAL_IFILES) # These headers get installed in ${prefix}/include/gnuradio grinclude_HEADERS = \ |