diff options
author | Johnathan Corgan | 2010-06-02 16:42:26 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-06-02 16:42:26 -0700 |
commit | ba0a21798e0d59ac54454908e4dabeac5783f731 (patch) | |
tree | e8050e420483d7730c9273c91cbbd4a09c250030 /gr-howto-write-a-block/Makefile.common | |
parent | 483681462b8138f048746502b72982d8bc5730b0 (diff) | |
parent | b3bd2c61d615ba01f1fb97819461b057190e1632 (diff) | |
download | gnuradio-ba0a21798e0d59ac54454908e4dabeac5783f731.tar.gz gnuradio-ba0a21798e0d59ac54454908e4dabeac5783f731.tar.bz2 gnuradio-ba0a21798e0d59ac54454908e4dabeac5783f731.zip |
Merge branch 'master' into next
* master:
gcell: make versioned libraries
gnuradio-core: fix missing linker flags for boost_program_options
howto: fix incorrect include path
build: redo GR_GIT for portability
build: use date format string instead of -R for portability
gnuradio-core: fix typo in doxygen header
gr-qtgui: add include file for gcc 4.4.1
Diffstat (limited to 'gr-howto-write-a-block/Makefile.common')
-rw-r--r-- | gr-howto-write-a-block/Makefile.common | 2 |
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 |