summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/Makefile.common
diff options
context:
space:
mode:
authorTom Rondeau2011-02-22 12:25:47 -0500
committerTom Rondeau2011-02-22 15:04:36 -0500
commitc75954de55b6197946a2f166e1dfa8ef902f7b68 (patch)
tree6d97f23795646aefb969fa5b5e52219da6f87477 /gr-howto-write-a-block/Makefile.common
parent501aa52bc54937a1042e2b24c5e637e2122f3afe (diff)
downloadgnuradio-c75954de55b6197946a2f166e1dfa8ef902f7b68.tar.gz
gnuradio-c75954de55b6197946a2f166e1dfa8ef902f7b68.tar.bz2
gnuradio-c75954de55b6197946a2f166e1dfa8ef902f7b68.zip
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/Makefile.common')
-rw-r--r--gr-howto-write-a-block/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/Makefile.common b/gr-howto-write-a-block/Makefile.common
index fca6133c1..ecf3f6d59 100644
--- a/gr-howto-write-a-block/Makefile.common
+++ b/gr-howto-write-a-block/Makefile.common
@@ -71,8 +71,8 @@ guiledir = $(prefix)/share/guile/site
# This usually ends up at:
# ${prefix}/lib/python${python_version}/site-packages/$(modname)
-modpythondir = $(pythondir)/$(modname)
-modpyexecdir = $(pyexecdir)/$(modname)
+modpythondir = $(pythondir)/gnuradio/$(modname)
+modpyexecdir = $(pyexecdir)/gnuradio/$(modname)
# Data directory for grc block wrappers
grc_blocksdir = $(prefix)/share/gnuradio/grc/blocks