diff options
author | Thomas Tsou | 2009-10-02 21:46:41 -0400 |
---|---|---|
committer | Thomas Tsou | 2009-10-03 13:08:04 -0400 |
commit | d894a95ef6370f91ec14334e6b2b2f578a1cb090 (patch) | |
tree | 31d0efe1684fbe9e571639e84bed9b44f78754b2 /usrp/host/lib | |
parent | 0cd478fdc090123e09b7ee21c88e5657abab8ae0 (diff) | |
download | gnuradio-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.am | 2 |
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 |