diff options
author | Tom Rondeau | 2011-02-17 17:17:18 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-02-17 17:17:18 -0500 |
commit | 501aa52bc54937a1042e2b24c5e637e2122f3afe (patch) | |
tree | b1921cad46013a7bf21f584c0dcf6b1ba8de71cc /gr-howto-write-a-block | |
parent | ca64a7a905b1a5fa5e74dd730591f0f7e0ff3929 (diff) | |
download | gnuradio-501aa52bc54937a1042e2b24c5e637e2122f3afe.tar.gz gnuradio-501aa52bc54937a1042e2b24c5e637e2122f3afe.tar.bz2 gnuradio-501aa52bc54937a1042e2b24c5e637e2122f3afe.zip |
howto: moving install path back to howto/ to get it to work.
Diffstat (limited to 'gr-howto-write-a-block')
-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 310cfb8da..87ff80a83 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_swig +howto_swig_pythondir_category ?= 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) |