diff options
author | Josh Blum | 2010-07-02 18:30:31 -0700 |
---|---|---|
committer | Josh Blum | 2010-07-02 18:30:31 -0700 |
commit | 4e636b2b4bb29d5224aeff4ae79af121020338f1 (patch) | |
tree | 69987b655cac611ba9531a461fc46102e49ae706 /gr-uhd/lib/Makefile.am | |
parent | 1e71bdae9956d64e06bdfbb0c87530619807e100 (diff) | |
download | gnuradio-4e636b2b4bb29d5224aeff4ae79af121020338f1.tar.gz gnuradio-4e636b2b4bb29d5224aeff4ae79af121020338f1.tar.bz2 gnuradio-4e636b2b4bb29d5224aeff4ae79af121020338f1.zip |
uhd mimo: created mimo source and sink block for gr-uhd
Diffstat (limited to 'gr-uhd/lib/Makefile.am')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index 2ac4cc2e6..8aae63326 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -30,6 +30,8 @@ lib_LTLIBRARIES = libgnuradio-uhd.la libgnuradio_uhd_la_SOURCES = \ utils.cc \ + uhd_mimo_source.cc \ + uhd_mimo_sink.cc \ uhd_simple_source.cc \ uhd_simple_sink.cc @@ -40,6 +42,8 @@ libgnuradio_uhd_la_LIBADD = \ libgnuradio_uhd_la_LDFLAGS = $(LTVERSIONFLAGS) grinclude_HEADERS = \ + uhd_mimo_source.h \ + uhd_mimo_sink.h \ uhd_simple_source.h \ uhd_simple_sink.h |