diff options
author | Josh Blum | 2011-08-20 18:31:59 -0700 |
---|---|---|
committer | Josh Blum | 2011-08-20 18:31:59 -0700 |
commit | cedf14f3f5b56ad26c0471355b603a1be153b9d5 (patch) | |
tree | 08b4acf03a2ac6aee989d4c888dc93ab9a990e5f /gr-uhd/lib/Makefile.am | |
parent | be41f9cce02a3955e392e02fdc5e3fe7e69e1f7e (diff) | |
parent | a80d01bb47362c4fce7dfe1a13f1be630cc1f231 (diff) | |
download | gnuradio-cedf14f3f5b56ad26c0471355b603a1be153b9d5.tar.gz gnuradio-cedf14f3f5b56ad26c0471355b603a1be153b9d5.tar.bz2 gnuradio-cedf14f3f5b56ad26c0471355b603a1be153b9d5.zip |
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gr-uhd/lib/Makefile.am')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index c27682f7f..c322c6124 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -31,7 +31,8 @@ lib_LTLIBRARIES = libgnuradio-uhd.la libgnuradio_uhd_la_SOURCES = \ gr_uhd_usrp_source.cc \ - gr_uhd_usrp_sink.cc + gr_uhd_usrp_sink.cc \ + gr_uhd_amsg_source.cc libgnuradio_uhd_la_LIBADD = \ $(GNURADIO_CORE_LA) \ |