howto: add GRC wrappers to squaring blocks
[debian/gnuradio] / gr-howto-write-a-block / Makefile.common
index 4b808112511afb5f5c6a50e63496e1c27c303780..c81bc780dcf4efc2ed61a369ef0a562baa745439 100644 (file)
@@ -50,6 +50,9 @@ swigincludedir = $(grincludedir)/swig
 grpythondir = $(pythondir)/gnuradio
 grpyexecdir = $(pyexecdir)/gnuradio
 
+# Data directory for grc block wrappers
+grc_blocksdir = $(prefix)/share/gnuradio/grc/blocks
+
 # Don't assume that make predefines $(RM), because BSD make does
 # not. We define it now in configure.ac using AM_PATH_PROG, but now
 # here have to add a -f to be like GNU make.