diff options
author | Josh Blum | 2010-11-30 12:08:16 -0500 |
---|---|---|
committer | Josh Blum | 2010-11-30 12:08:16 -0500 |
commit | 775bd35cde0b42f3aaab76f4014e5915783ecb44 (patch) | |
tree | 406ced75047696bea792f01c8b550d56029142ca /gr-uhd | |
parent | ceb0c70b353be63b133e6ba830ea1882a2e0ea9d (diff) | |
download | gnuradio-775bd35cde0b42f3aaab76f4014e5915783ecb44.tar.gz gnuradio-775bd35cde0b42f3aaab76f4014e5915783ecb44.tar.bz2 gnuradio-775bd35cde0b42f3aaab76f4014e5915783ecb44.zip |
uhd: added libdir to UHD CFLAGS (shared by lib and swig)
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/swig/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am index 183e6b587..fd496fc7b 100644 --- a/gr-uhd/swig/Makefile.am +++ b/gr-uhd/swig/Makefile.am @@ -25,8 +25,7 @@ AM_CPPFLAGS = \ $(STD_DEFINES_AND_INCLUDES) \ $(PYTHON_CPPFLAGS) \ $(WITH_INCLUDES) \ - $(UHD_CFLAGS) \ - -I$(top_srcdir)/gr-uhd/lib + $(UHD_CFLAGS) if PYTHON # ---------------------------------------------------------------- |