From: Johnathan Corgan Date: Wed, 2 Jun 2010 16:08:34 +0000 (-0700) Subject: howto: fix incorrect include path X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48;p=debian%2Fgnuradio howto: fix incorrect include path --- diff --git a/gr-howto-write-a-block/Makefile.common b/gr-howto-write-a-block/Makefile.common index 8423671a..15a52169 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