From 6f820db7a8076d38eb2633f44916e2328708ea42 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 1 Oct 2009 12:47:24 -0700 Subject: Add required include directory for new header organization --- usrp/host/swig/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'usrp/host/swig/Makefile.am') diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index 6af452b02..084cc1ba0 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) ################################# -- cgit From 0aba348525787c7deb3255e87e17187f6cc6f218 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 3 Oct 2009 12:59:34 -0700 Subject: Fix missing update from last commit --- usrp/host/swig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp/host/swig/Makefile.am') diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index 084cc1ba0..d2e6b8bc1 100644 --- a/usrp/host/swig/Makefile.am +++ b/usrp/host/swig/Makefile.am @@ -25,7 +25,7 @@ AM_CPPFLAGS = \ $(USRP_INCLUDES) \ $(PYTHON_CPPFLAGS) \ -I$(srcdir) \ - -I$(USB_INCLUDEDIR) \ + $(USB_INCLUDES) \ $(WITH_INCLUDES) ################################# -- cgit