diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-02-22 12:25:47 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-02-22 15:04:36 -0500 |
commit | c75954de55b6197946a2f166e1dfa8ef902f7b68 (patch) | |
tree | 6d97f23795646aefb969fa5b5e52219da6f87477 /gr-howto-write-a-block/swig | |
parent | 501aa52bc54937a1042e2b24c5e637e2122f3afe (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.gen | 2 |
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) |