From f24128ea9036f68e61ff9350ce86ec619f9ae286 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 25 Jan 2013 15:43:02 +0100 Subject: utils: modtool now installs an example dir instead of the bz2 --- gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i (limited to 'gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i') diff --git a/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i b/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i new file mode 100644 index 000000000..4627d48d3 --- /dev/null +++ b/gr-utils/src/python/modtool/gr-newmod/swig/howto_swig.i @@ -0,0 +1,13 @@ +/* -*- c++ -*- */ + +#define HOWTO_API + +%include "gnuradio.i" // the common stuff + +//load generated python docstrings +%include "howto_swig_doc.i" + +%{ +%} + + -- cgit