From: Johnathan Corgan Date: Thu, 1 Oct 2009 19:47:24 +0000 (-0700) Subject: Add required include directory for new header organization X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6f820db7a8076d38eb2633f44916e2328708ea42;p=debian%2Fgnuradio Add required include directory for new header organization --- diff --git a/usrp/host/lib/Makefile.am b/usrp/host/lib/Makefile.am index 8a2efa5a..17d4b801 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 diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index 6af452b0..084cc1ba 100644 --- a/usrp/host/swig/Makefile.am +++ b/usrp/host/swig/Makefile.am @@ -25,6 +25,7 @@ AM_CPPFLAGS = \ $(USRP_INCLUDES) \ $(PYTHON_CPPFLAGS) \ -I$(srcdir) \ + -I$(USB_INCLUDEDIR) \ $(WITH_INCLUDES) #################################