summaryrefslogtreecommitdiff
path: root/usrp/host/lib
diff options
context:
space:
mode:
authorJohnathan Corgan2009-10-01 12:47:24 -0700
committerJohnathan Corgan2009-10-01 12:47:24 -0700
commit6f820db7a8076d38eb2633f44916e2328708ea42 (patch)
treed2b6f662ffe038a750c7b6fd640f7ffe1cf2da97 /usrp/host/lib
parent152b281b03ab6386938c2cec4394b998c4bb44ef (diff)
downloadgnuradio-6f820db7a8076d38eb2633f44916e2328708ea42.tar.gz
gnuradio-6f820db7a8076d38eb2633f44916e2328708ea42.tar.bz2
gnuradio-6f820db7a8076d38eb2633f44916e2328708ea42.zip
Add required include directory for new header organization
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 8a2efa5a8..17d4b8014 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)
+common_INCLUDES = $(USRP_INCLUDES) -I$(USB_INCLUDEDIR)
lib_LTLIBRARIES = libusrp.la