diff options
author | Josh Blum | 2010-03-01 11:50:09 -0800 |
---|---|---|
committer | Josh Blum | 2010-03-01 11:50:09 -0800 |
commit | 00f9ccaa50ed26d71a66d19f8f1518874004c5de (patch) | |
tree | f3ab00752187a69411e6d18f9f96ac87188b9cd4 /gr-uhd/lib/Makefile.am | |
parent | 7c23fd43214e8a729b3022db281dc85040f0e749 (diff) | |
download | gnuradio-00f9ccaa50ed26d71a66d19f8f1518874004c5de.tar.gz gnuradio-00f9ccaa50ed26d71a66d19f8f1518874004c5de.tar.bz2 gnuradio-00f9ccaa50ed26d71a66d19f8f1518874004c5de.zip |
recv noise with uhd
Diffstat (limited to 'gr-uhd/lib/Makefile.am')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index 2f49ed2d6..73424ae8e 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -29,6 +29,7 @@ AM_CPPFLAGS = \ lib_LTLIBRARIES = libgnuradio-uhd.la libgnuradio_uhd_la_SOURCES = \ + utils.cc \ uhd_simple_source.cc libgnuradio_uhd_la_LIBADD = \ @@ -38,4 +39,5 @@ libgnuradio_uhd_la_LIBADD = \ grinclude_HEADERS = \ uhd_simple_source.h -noinst_HEADERS = +noinst_HEADERS = \ + utils.h |