summaryrefslogtreecommitdiff
path: root/usrp/host/lib
diff options
context:
space:
mode:
authorThomas Tsou2009-10-02 21:46:41 -0400
committerThomas Tsou2009-10-03 13:08:04 -0400
commitd894a95ef6370f91ec14334e6b2b2f578a1cb090 (patch)
tree31d0efe1684fbe9e571639e84bed9b44f78754b2 /usrp/host/lib
parent0cd478fdc090123e09b7ee21c88e5657abab8ae0 (diff)
downloadgnuradio-d894a95ef6370f91ec14334e6b2b2f578a1cb090.tar.gz
gnuradio-d894a95ef6370f91ec14334e6b2b2f578a1cb090.tar.bz2
gnuradio-d894a95ef6370f91ec14334e6b2b2f578a1cb090.zip
usrp: Build fix for non-pkgconfig installs of libusb
Diffstat (limited to 'usrp/host/lib')
-rw-r--r--usrp/host/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/Makefile.am b/usrp/host/lib/Makefile.am
index 17d4b8014..2f8cbe6de 100644
--- a/usrp/host/lib/Makefile.am
+++ b/usrp/host/lib/Makefile.am
@@ -20,7 +20,7 @@
include $(top_srcdir)/Makefile.common
-common_INCLUDES = $(USRP_INCLUDES) -I$(USB_INCLUDEDIR)
+common_INCLUDES = $(USRP_INCLUDES) $(USB_INCLUDES)
lib_LTLIBRARIES = libusrp.la