howto: fix incorrect include path
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Wed, 2 Jun 2010 16:08:34 +0000 (09:08 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Wed, 2 Jun 2010 16:08:34 +0000 (09:08 -0700)
gr-howto-write-a-block/Makefile.common

index 8423671a378f37c291971dd560f5ab24e5cdd282..15a5216981dae8362f78e3cb25c34c81f7a90707 100644 (file)
@@ -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