summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan2009-10-03 12:59:34 -0700
committerJohnathan Corgan2009-10-03 12:59:34 -0700
commit0aba348525787c7deb3255e87e17187f6cc6f218 (patch)
tree528dfbfeffafc01c85426544eefe331caffc17f6
parentd894a95ef6370f91ec14334e6b2b2f578a1cb090 (diff)
downloadgnuradio-0aba348525787c7deb3255e87e17187f6cc6f218.tar.gz
gnuradio-0aba348525787c7deb3255e87e17187f6cc6f218.tar.bz2
gnuradio-0aba348525787c7deb3255e87e17187f6cc6f218.zip
Fix missing update from last commit
-rw-r--r--usrp/host/swig/Makefile.am2
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)
#################################