summaryrefslogtreecommitdiff
path: root/usrp2/host/lib
diff options
context:
space:
mode:
authorMichael Dickens2010-10-09 16:11:03 -0400
committerMichael Dickens2010-10-09 21:10:10 -0400
commitcb2fa9a58c9a52f3501881964ee4f59992c5d84d (patch)
treef8d50871c285364ef9e7dc070a25cc7970cad923 /usrp2/host/lib
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 'usrp2/host/lib')
-rw-r--r--usrp2/host/lib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp2/host/lib/Makefile.am b/usrp2/host/lib/Makefile.am
index 209cb7095..85bec4673 100644
--- a/usrp2/host/lib/Makefile.am
+++ b/usrp2/host/lib/Makefile.am
@@ -19,10 +19,10 @@ include $(top_srcdir)/Makefile.common
AM_CPPFLAGS = \
$(USRP2_INCLUDES) \
- $(BOOST_CPPFLAGS) \
+ $(GRUEL_INCLUDES) \
$(STD_DEFINES_AND_INCLUDES) \
- $(CPPUNIT_INCLUDES) \
- $(GRUEL_INCLUDES)
+ $(BOOST_CPPFLAGS) \
+ $(CPPUNIT_INCLUDES)
bin_PROGRAMS = usrp2_socket_opener
usrp2_socket_opener_SOURCES = usrp2_socket_opener.cc