diff options
author | Eric Blossom <eb@comsec.com> | 2010-12-03 23:58:48 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-12-03 23:58:48 -0800 |
commit | ea8a60ad9c2e0f9bdc57f77f5506c5906f8d1d6f (patch) | |
tree | 38664d0e35409691f297dab8dba3d03ab6a10828 /gr-howto-write-a-block/swig/Makefile.am | |
parent | 7a7a4b7ad1ccdb0c1f6814e6c258b1238fd92fd7 (diff) |
Make gr-howto-write-a-block work again...
Copied Makefile.swig, Mkefile.swig.gen.t from ..
Renamed howto.i to howto_swig.i
Regenerated Makefile.swig.gen
Diffstat (limited to 'gr-howto-write-a-block/swig/Makefile.am')
-rw-r--r-- | gr-howto-write-a-block/swig/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am index d55c8070d1..87134af93f 100644 --- a/gr-howto-write-a-block/swig/Makefile.am +++ b/gr-howto-write-a-block/swig/Makefile.am @@ -28,13 +28,13 @@ AM_CPPFLAGS += -I$(top_srcdir)/lib # SWIG interfaces and libraries TOP_SWIG_IFILES = \ - howto.i + howto_swig.i # Install so that they end up available as: # import howto # This ends up at: # ${prefix}/lib/python${python_version}/site-packages/$(modname) -howto_la_swig_libadd = \ +howto_swig_la_swig_libadd = \ $(top_builddir)/lib/libgnuradio-howto.la # additional SWIG files to be installed |