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/lib/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/lib/Makefile.am')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index 7ddb45cb3..8d8578d64 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -29,10 +29,8 @@ AM_CPPFLAGS = \ lib_LTLIBRARIES = libgnuradio-uhd.la libgnuradio_uhd_la_SOURCES = \ - uhd_multi_usrp_source.cc \ - uhd_multi_usrp_sink.cc \ - uhd_single_usrp_source.cc \ - uhd_single_usrp_sink.cc + gr_uhd_usrp_source.cc \ + gr_uhd_usrp_sink.cc libgnuradio_uhd_la_LIBADD = \ $(GNURADIO_CORE_LA) \ @@ -40,11 +38,4 @@ libgnuradio_uhd_la_LIBADD = \ libgnuradio_uhd_la_LDFLAGS = $(LTVERSIONFLAGS) -grinclude_HEADERS = \ - gr_uhd_api.h \ - uhd_multi_usrp_source.h \ - uhd_multi_usrp_sink.h \ - uhd_single_usrp_source.h \ - uhd_single_usrp_sink.h - noinst_HEADERS = |