summaryrefslogtreecommitdiff
path: root/gr-noaa
diff options
context:
space:
mode:
authorMichael Dickens2010-10-09 16:11:03 -0400
committerMichael Dickens2010-10-09 21:10:10 -0400
commitcb2fa9a58c9a52f3501881964ee4f59992c5d84d (patch)
treef8d50871c285364ef9e7dc070a25cc7970cad923 /gr-noaa
parentd74b45e2b4b5ad5ed772fd452541c2ad7429c0db (diff)
downloadgnuradio-cb2fa9a58c9a52f3501881964ee4f59992c5d84d.tar.gz
gnuradio-cb2fa9a58c9a52f3501881964ee4f59992c5d84d.tar.bz2
gnuradio-cb2fa9a58c9a52f3501881964ee4f59992c5d84d.zip
rearrange includes to always be: internal GR, external, with GR.
Diffstat (limited to 'gr-noaa')
-rw-r--r--gr-noaa/swig/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am
index 73645e92b..410b23fe6 100644
--- a/gr-noaa/swig/Makefile.am
+++ b/gr-noaa/swig/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2004,2005,2006,2008,2009 Free Software Foundation, Inc.
+# Copyright 2004,2005,2006,2008,2009,2010 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -22,10 +22,10 @@
include $(top_srcdir)/Makefile.common
AM_CPPFLAGS = \
+ -I$(top_srcdir)/gr-noaa/lib \
$(STD_DEFINES_AND_INCLUDES) \
$(PYTHON_CPPFLAGS) \
- $(WITH_INCLUDES) \
- -I$(top_srcdir)/gr-noaa/lib
+ $(WITH_INCLUDES)
if PYTHON
# ----------------------------------------------------------------