diff options
author | eb | 2006-08-06 02:12:07 +0000 |
---|---|---|
committer | eb | 2006-08-06 02:12:07 +0000 |
commit | db1b2f7c85600ffd108bd69a381505e0e7223a8a (patch) | |
tree | b83824e806f4db7f3f984a1bf2ee5240bcd77d74 /usrp/host | |
parent | 4d686c3f89295daa61936881c2e48347bd07cbcb (diff) | |
download | gnuradio-db1b2f7c85600ffd108bd69a381505e0e7223a8a.tar.gz gnuradio-db1b2f7c85600ffd108bd69a381505e0e7223a8a.tar.bz2 gnuradio-db1b2f7c85600ffd108bd69a381505e0e7223a8a.zip |
better (read: real) fix for ticket:15
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3179 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host')
-rw-r--r-- | usrp/host/swig/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usrp/host/swig/Makefile.am b/usrp/host/swig/Makefile.am index d692a0913..5b15a3634 100644 --- a/usrp/host/swig/Makefile.am +++ b/usrp/host/swig/Makefile.am @@ -51,10 +51,7 @@ ourpython_PYTHON = \ usrp_prims.py -INCLUDES = \ - -I$(top_srcdir)/usrp/host/lib \ - -I$(top_srcdir)/usrp/firmware/include \ - $(PYTHON_CPPFLAGS) -I$(srcdir) +INCLUDES = $(USRP_INCLUDES) $(PYTHON_CPPFLAGS) -I$(srcdir) SWIGPYTHONARGS = $(SWIGPYTHONFLAGS) $(INCLUDES) |