From 8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Wed, 2 Jun 2010 09:08:34 -0700 Subject: [PATCH] howto: fix incorrect include path --- gr-howto-write-a-block/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2