diff options
author | Michael | 2009-10-08 17:21:15 -0400 |
---|---|---|
committer | Michael | 2009-10-08 17:21:15 -0400 |
commit | 82d944f7eecb86210e6a36cf5218a0fec133e3d6 (patch) | |
tree | 287543336043604422dc1ba75d0938c1b74551eb /usrp | |
parent | 30e016dd9cf7c148d3119f01ba7dd4d6474efa50 (diff) | |
download | gnuradio-82d944f7eecb86210e6a36cf5218a0fec133e3d6.tar.gz gnuradio-82d944f7eecb86210e6a36cf5218a0fec133e3d6.tar.bz2 gnuradio-82d944f7eecb86210e6a36cf5218a0fec133e3d6.zip |
augmented search for libusb
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/host/apps/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/apps/Makefile.am b/usrp/host/apps/Makefile.am index b0c21d55f..8aa361b22 100644 --- a/usrp/host/apps/Makefile.am +++ b/usrp/host/apps/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2003,2006,2008 Free Software Foundation, Inc. +# Copyright 2003,2006,2008,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -22,7 +22,7 @@ include $(top_srcdir)/Makefile.common AM_CPPFLAGS = $(USRP_INCLUDES) $(BOOST_CPPFLAGS) $(CPPUNIT_INCLUDES) \ - $(WITH_INCLUDES) + $(USB_INCLUDES) $(WITH_INCLUDES) bin_PROGRAMS = \ usrper \ |