diff options
author | Josh Blum | 2010-10-18 01:03:11 -0700 |
---|---|---|
committer | Josh Blum | 2010-10-18 01:03:11 -0700 |
commit | 5e9908fbec19ce9309c12ea61c0303e6666e981a (patch) | |
tree | f82e0a61cabdd87396eda5d6f2118e818a83e306 /gr-uhd/lib/Makefile.am | |
parent | 068aa7f5b2591f7cc06e4495c89600101bd19b6b (diff) | |
download | gnuradio-5e9908fbec19ce9309c12ea61c0303e6666e981a.tar.gz gnuradio-5e9908fbec19ce9309c12ea61c0303e6666e981a.tar.bz2 gnuradio-5e9908fbec19ce9309c12ea61c0303e6666e981a.zip |
uhd: removed utils warning functions, moved into the lower level wrappers
Diffstat (limited to 'gr-uhd/lib/Makefile.am')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index 1260201a5..69a41e788 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -29,7 +29,6 @@ AM_CPPFLAGS = \ lib_LTLIBRARIES = libgnuradio-uhd.la libgnuradio_uhd_la_SOURCES = \ - utils.cc \ uhd_mimo_source.cc \ uhd_mimo_sink.cc \ uhd_simple_source.cc \ @@ -51,5 +50,4 @@ grinclude_HEADERS = \ uhd_single_usrp_source.h \ uhd_single_usrp_sink.h -noinst_HEADERS = \ - utils.h +noinst_HEADERS = |