diff options
author | Thomas Tsou | 2009-10-03 16:33:11 -0400 |
---|---|---|
committer | Thomas Tsou | 2009-10-03 16:33:11 -0400 |
commit | d155857dbe0e10203e622f1e02c65753f393fd58 (patch) | |
tree | 0eebc3fc7e82d91224f100002dc4a0a35787be82 /usrp/host/swig | |
parent | 975221418c489cc34c00ecb6a47ab424d2d46662 (diff) | |
parent | 0aba348525787c7deb3255e87e17187f6cc6f218 (diff) | |
download | gnuradio-d155857dbe0e10203e622f1e02c65753f393fd58.tar.gz gnuradio-d155857dbe0e10203e622f1e02c65753f393fd58.tar.bz2 gnuradio-d155857dbe0e10203e622f1e02c65753f393fd58.zip |
Merge branch 'master' into libusb-1.0
Diffstat (limited to 'usrp/host/swig')
-rw-r--r-- | usrp/host/swig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index 084cc1ba0..d2e6b8bc1 100644 --- a/usrp/host/swig/Makefile.am +++ b/usrp/host/swig/Makefile.am @@ -25,7 +25,7 @@ AM_CPPFLAGS = \ $(USRP_INCLUDES) \ $(PYTHON_CPPFLAGS) \ -I$(srcdir) \ - -I$(USB_INCLUDEDIR) \ + $(USB_INCLUDES) \ $(WITH_INCLUDES) ################################# |