summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-02-22 12:25:47 -0500
committerTom Rondeau <trondeau@vt.edu>2011-02-22 15:04:36 -0500
commitc75954de55b6197946a2f166e1dfa8ef902f7b68 (patch)
tree6d97f23795646aefb969fa5b5e52219da6f87477 /gr-howto-write-a-block/swig
parent501aa52bc54937a1042e2b24c5e637e2122f3afe (diff)
howto: I think this is a better fix than the last one. The modules are now imported from gnuradio.
Diffstat (limited to 'gr-howto-write-a-block/swig')
-rw-r--r--gr-howto-write-a-block/swig/Makefile.swig.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.swig.gen b/gr-howto-write-a-block/swig/Makefile.swig.gen
index 87ff80a837..1e63fcb0db 100644
--- a/gr-howto-write-a-block/swig/Makefile.swig.gen
+++ b/gr-howto-write-a-block/swig/Makefile.swig.gen
@@ -33,7 +33,7 @@
## this has to be done in the including Makefile.am -before-
## Makefile.swig is included.
-howto_swig_pythondir_category ?= howto
+howto_swig_pythondir_category ?= gnuradio/howto
howto_swig_pylibdir_category ?= $(howto_swig_pythondir_category)
howto_swig_pythondir = $(pythondir)/$(howto_swig_pythondir_category)
howto_swig_pylibdir = $(pyexecdir)/$(howto_swig_pylibdir_category)