summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
diff options
context:
space:
mode:
authorJohnathan Corgan2010-06-02 09:08:34 -0700
committerJohnathan Corgan2010-06-02 09:08:34 -0700
commit8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48 (patch)
tree68ba1860a96f5dbc57a8e94b47e931c91391c297 /gr-howto-write-a-block
parent35940091f03b80c2611bcbeca0da343a4371f7c1 (diff)
downloadgnuradio-8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48.tar.gz
gnuradio-8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48.tar.bz2
gnuradio-8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48.zip
howto: fix incorrect include path
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r--gr-howto-write-a-block/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/Makefile.common b/gr-howto-write-a-block/Makefile.common
index 8423671a3..15a521698 100644
--- a/gr-howto-write-a-block/Makefile.common
+++ b/gr-howto-write-a-block/Makefile.common
@@ -40,7 +40,7 @@ AM_CPPFLAGS = \
# these are used by both SWIG and CXX
STD_DEFINES_AND_INCLUDES = \
$(DEFINES) \
- -I$(abs_top_srcdir)/include \
+ -I$(abs_top_srcdir)/lib \
-I$(GNURADIO_CORE_INCLUDEDIR) \
-I$(GNURADIO_CORE_INCLUDEDIR)/swig