diff options
author | Eric Blossom | 2010-12-07 15:54:27 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-07 15:54:27 -0800 |
commit | c6d4c7d5b410d066e55a31c787476a9ac96b1277 (patch) | |
tree | b031f7d84cbb608b7df551d3afa84ad64cdfb8cc /gcell | |
parent | 9911a8d9edcde54b9a18810f37799a58a6895310 (diff) | |
download | gnuradio-c6d4c7d5b410d066e55a31c787476a9ac96b1277.tar.gz gnuradio-c6d4c7d5b410d066e55a31c787476a9ac96b1277.tar.bz2 gnuradio-c6d4c7d5b410d066e55a31c787476a9ac96b1277.zip |
Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure that
in-tree includes are searched before out-of-tree includes.
Diffstat (limited to 'gcell')
-rw-r--r-- | gcell/lib/wrapper/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcell/lib/wrapper/Makefile.am b/gcell/lib/wrapper/Makefile.am index 0676ebb70..5ec7e5615 100644 --- a/gcell/lib/wrapper/Makefile.am +++ b/gcell/lib/wrapper/Makefile.am @@ -20,7 +20,8 @@ include $(top_srcdir)/Makefile.common -AM_CPPFLAGS = $(DEFINES) $(GCELL_INCLUDES) $(FFTW3F_CFLAGS) $(WITH_INCLUDES) +# $(WITH_INCLUDES) must _always_ be last +AM_CPPFLAGS = $(DEFINES) $(GCELL_INCLUDES) $(FFTW3F_CPPFLAGS) $(WITH_INCLUDES) noinst_LTLIBRARIES = libwrapper.la libwrapper-qa.la |