Merge commit 'v3.3.1' into try-3.3.1
[debian/gnuradio] / gr-usrp / src / Makefile.am
index 572a22485b89d7b8863bf215c8668f568c76b433..db5be4adedec59da85395fb6c32cb3cf3ab094c2 100644 (file)
@@ -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
 # 
@@ -34,9 +34,9 @@ noinst_PYTHON =       qa_usrp.py
 # The straight C++ library
 
 AM_CPPFLAGS = \
+       $(USRP_INCLUDES) \
        $(STD_DEFINES_AND_INCLUDES) \
        $(PYTHON_CPPFLAGS) \
-       $(USRP_INCLUDES) \
        $(USB_INCLUDES) \
        $(WITH_INCLUDES)