From: eb Date: Sat, 5 Aug 2006 22:59:44 +0000 (+0000) Subject: fixed ticket:15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3e43ee302f3ad91a8f8303bb06945f4e6fb8e4f1;p=debian%2Fgnuradio fixed ticket:15 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3175 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index 469a5d70..d692a091 100644 --- a/usrp/host/swig/Makefile.am +++ b/usrp/host/swig/Makefile.am @@ -51,7 +51,10 @@ ourpython_PYTHON = \ usrp_prims.py -INCLUDES = -I$(top_srcdir)/usrp/firmware/include $(PYTHON_CPPFLAGS) -I$(srcdir) +INCLUDES = \ + -I$(top_srcdir)/usrp/host/lib \ + -I$(top_srcdir)/usrp/firmware/include \ + $(PYTHON_CPPFLAGS) -I$(srcdir) SWIGPYTHONARGS = $(SWIGPYTHONFLAGS) $(INCLUDES)