diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-02-22 17:02:11 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-02-22 17:02:11 -0500 |
commit | 1e9881f41043eeca497ff6ed4a7fc9d810a7fb5b (patch) | |
tree | 3d8d23e268e67924e41d438a2cb9687fed509715 /gr-howto-write-a-block/swig/Makefile.swig.gen | |
parent | 4e33fbc5b96d01870ddfc76d11baae7194894d9f (diff) |
howto: cleans up the Python build structure for howto; reverts back to making it's own howto module not under gnuradio.
Diffstat (limited to 'gr-howto-write-a-block/swig/Makefile.swig.gen')
-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 1e63fcb0db..6b7be2185c 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 ?= gnuradio/howto +howto_swig_pythondir_category ?= howto_swig howto_swig_pylibdir_category ?= $(howto_swig_pythondir_category) howto_swig_pythondir = $(pythondir)/$(howto_swig_pythondir_category) howto_swig_pylibdir = $(pyexecdir)/$(howto_swig_pylibdir_category) |