diff options
author | Eric Blossom | 2010-11-17 19:00:12 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-17 19:00:12 -0800 |
commit | 9edc59fc7cff2321c87042733c0bf29115fb34ee (patch) | |
tree | d9da7a61eef67c6d9a67cbd3a0d94c850fba76bc /gr-uhd/lib | |
parent | 6129a67cf6527a0f0dc8b83df108c4fe2147155b (diff) | |
parent | 3f56b10b5eaef36643fd87044601ca47cd9fb707 (diff) | |
download | gnuradio-9edc59fc7cff2321c87042733c0bf29115fb34ee.tar.gz gnuradio-9edc59fc7cff2321c87042733c0bf29115fb34ee.tar.bz2 gnuradio-9edc59fc7cff2321c87042733c0bf29115fb34ee.zip |
Merge remote branch 'gnuradio.org/next' into test
* gnuradio.org/next:
distcheck fix for gr-uhd
Keep doxygen 1.7.1 from crashing.
uhd: swig changes for templated ranges
Diffstat (limited to 'gr-uhd/lib')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index b4b1abfc6..eb2ba4a17 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -53,4 +53,12 @@ grinclude_HEADERS = \ uhd_single_usrp_source.h \ uhd_single_usrp_sink.h +# add the deprecated headers +grinclude_HEADERS += \ + uhd_mimo_source.h \ + uhd_mimo_sink.h \ + uhd_simple_source.h \ + uhd_simple_sink.h + + noinst_HEADERS = |