diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-17 18:53:33 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-17 18:53:33 -0800 |
commit | 3f56b10b5eaef36643fd87044601ca47cd9fb707 (patch) | |
tree | 44219836f9dd821e1b1e8a00b553bd7462e68afd | |
parent | 75f3bce02ed8ec7e7be27dc6a397be92cb663ce6 (diff) |
distcheck fix for gr-uhd
-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 b4b1abfc67..eb2ba4a17e 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 = |