From 0aba348525787c7deb3255e87e17187f6cc6f218 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 3 Oct 2009 12:59:34 -0700 Subject: [PATCH] Fix missing update from last commit --- usrp/host/swig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index 084cc1ba..d2e6b8bc 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) ################################# -- 2.30.2