From 6f820db7a8076d38eb2633f44916e2328708ea42 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 1 Oct 2009 12:47:24 -0700 Subject: [PATCH] Add required include directory for new header organization --- usrp/host/lib/Makefile.am | 2 +- usrp/host/swig/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) ################################# -- 2.47.2