diff options
author | Josh Blum | 2011-02-10 00:56:55 -0800 |
---|---|---|
committer | Josh Blum | 2011-02-10 00:56:55 -0800 |
commit | 7787d1fc1aecc7b59e476c31865b4f32348cb729 (patch) | |
tree | fe4f17f272b201f4208435cd47263f731a97744c /gr-uhd/swig/Makefile.am | |
parent | 222465e2bc9ffc7f378c698876f44b3f722e0d37 (diff) | |
download | gnuradio-7787d1fc1aecc7b59e476c31865b4f32348cb729.tar.gz gnuradio-7787d1fc1aecc7b59e476c31865b4f32348cb729.tar.bz2 gnuradio-7787d1fc1aecc7b59e476c31865b4f32348cb729.zip |
uhd: replaced multi/single usrp stuff with just one usrp wrapper
Diffstat (limited to 'gr-uhd/swig/Makefile.am')
-rw-r--r-- | gr-uhd/swig/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am index e93571a66..035fb2112 100644 --- a/gr-uhd/swig/Makefile.am +++ b/gr-uhd/swig/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2010 Free Software Foundation, Inc. +# Copyright 2010-2011 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -66,9 +66,7 @@ uhd_swig_python = \ # additional SWIG files to be installed uhd_swig_swiginclude_headers = -uhd_swig_swig_args = \ - $(UHD_CFLAGS) \ - -I$(top_srcdir)/gr-uhd/lib +uhd_swig_swig_args = $(UHD_CPPFLAGS) ## If UHD was installed, defined GR_HAVE_UHD for swigging headers if GR_DEFINE_HAVE_UHD |