summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
diff options
context:
space:
mode:
authorjcorgan2006-10-23 17:29:52 +0000
committerjcorgan2006-10-23 17:29:52 +0000
commit688af764739051f04769c55d6e6d832ebdb72784 (patch)
treebb884874a159bca6e929661717131192e1c3f089 /gr-howto-write-a-block
parent62cf5126cd25e3d7e67daefb55d69c8e9526dc86 (diff)
downloadgnuradio-688af764739051f04769c55d6e6d832ebdb72784.tar.gz
gnuradio-688af764739051f04769c55d6e6d832ebdb72784.tar.bz2
gnuradio-688af764739051f04769c55d6e6d832ebdb72784.zip
Fix make distcheck breakage.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3837 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r--gr-howto-write-a-block/src/lib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-howto-write-a-block/src/lib/Makefile.am b/gr-howto-write-a-block/src/lib/Makefile.am
index 54847ede8..ad362125a 100644
--- a/gr-howto-write-a-block/src/lib/Makefile.am
+++ b/gr-howto-write-a-block/src/lib/Makefile.am
@@ -41,7 +41,7 @@ NON_LOCAL_IFILES = \
LOCAL_IFILES = \
- howto.i
+ $(top_srcdir)/src/lib/howto.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
@@ -72,8 +72,8 @@ _howto_la_LIBADD = \
$(PYTHON_LDFLAGS) \
-lstdc++
-howto.cc howto.py: howto.i $(ALL_IFILES)
- $(SWIG) $(SWIGPYTHONARGS) -module howto -o howto.cc howto.i
+howto.cc howto.py: $(LOCAL_IFILES) $(ALL_IFILES)
+ $(SWIG) $(SWIGPYTHONARGS) -module howto -o howto.cc $(LOCAL_IFILES)
# These headers get installed in ${prefix}/include/gnuradio
grinclude_HEADERS = \