diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-13 11:27:55 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-13 11:27:55 -0800 |
commit | df8b099a4b96ad41369a750d48a8576b95ecf454 (patch) | |
tree | 508a46bc300386bda1a934166d9ce2b582d799aa /gr-howto-write-a-block/swig | |
parent | 86e93e757a16c139f58b8b524c99f994c7bc60c4 (diff) |
howto: cleanup for merge
Diffstat (limited to 'gr-howto-write-a-block/swig')
-rw-r--r-- | gr-howto-write-a-block/swig/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am index 8c94f50411..fc40109d05 100644 --- a/gr-howto-write-a-block/swig/Makefile.am +++ b/gr-howto-write-a-block/swig/Makefile.am @@ -34,8 +34,7 @@ TOP_SWIG_IFILES = \ # import gnuradio.howto # This ends up at: # ${prefix}/lib/python${python_version}/site-packages/gnuradio -howto_pythondir_category = \ - gnuradio +howto_pythondir_category = gnuradio/howto howto_la_swig_libadd = \ $(top_builddir)/lib/libgnuradio-howto.la |