summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
diff options
context:
space:
mode:
authorRob Savoye2010-10-14 12:35:14 -0600
committerEric Blossom2010-11-10 12:10:44 -0800
commit07272e97741fa028101e09b09ced24804f562852 (patch)
treec24c3a0e60871b57e16fe0d1f610765a2d4e7c2e /gnuradio-core/src/lib
parented4094208c501e91838ccc333059e4731e8ae908 (diff)
downloadgnuradio-07272e97741fa028101e09b09ced24804f562852.tar.gz
gnuradio-07272e97741fa028101e09b09ced24804f562852.tar.bz2
gnuradio-07272e97741fa028101e09b09ced24804f562852.zip
look for the python name in the dependency for gnuradio_swig_bug_workaround.h
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r--gnuradio-core/src/lib/swig/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am
index afd6ef268..3ae6a5386 100644
--- a/gnuradio-core/src/lib/swig/Makefile.am
+++ b/gnuradio-core/src/lib/swig/Makefile.am
@@ -42,8 +42,8 @@ ourpython_PYTHON = gnuradio_swig_python.py
# ----------------------------------------------------------------
# FIXME As of swig 1.3.31, this still seems to be required...
-gnuradio_swig_bug_workaround.h : gnuradio_swig_py_runtime.cc $(srcdir)/gen-swig-bug-fix
- $(PYTHON) $(srcdir)/gen-swig-bug-fix gnuradio_swig_py_runtime.cc $@
+gnuradio_swig_bug_workaround.h : gnuradio_swig_py_runtime_python.cc $(srcdir)/gen-swig-bug-fix
+ $(PYTHON) $(srcdir)/gen-swig-bug-fix gnuradio_swig_py_runtime_python.cc $@
# C/C++ headers get installed in ${prefix}/include/gnuradio
grinclude_HEADERS = \