diff options
author | Johnathan Corgan | 2009-10-01 12:47:24 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-01 12:47:24 -0700 |
commit | 6f820db7a8076d38eb2633f44916e2328708ea42 (patch) | |
tree | d2b6f662ffe038a750c7b6fd640f7ffe1cf2da97 /usrp/host/lib | |
parent | 152b281b03ab6386938c2cec4394b998c4bb44ef (diff) | |
download | gnuradio-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.am | 2 |
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 |