diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gr-msdd6000/src/Makefile.am | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 126d06a5c..6d21017e9 100644 --- a/configure.ac +++ b/configure.ac @@ -257,7 +257,7 @@ GRC_MBLOCK dnl this must come after GRC_PMT GRC_USRP GRC_GR_USRP dnl this must come after GRC_USRP GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE -# GRC_GR_MSDD6000 dnl disabled until component is fixed +GRC_GR_MSDD6000 dnl disabled until component is fixed GRC_GR_AUDIO_ALSA GRC_GR_AUDIO_JACK GRC_GR_AUDIO_OSS diff --git a/gr-msdd6000/src/Makefile.am b/gr-msdd6000/src/Makefile.am index 0d1be3c38..ef782b4d4 100644 --- a/gr-msdd6000/src/Makefile.am +++ b/gr-msdd6000/src/Makefile.am @@ -98,8 +98,9 @@ grinclude_HEADERS = \ msdd_source_base.h \ msdd_source_c.h \ msdd_source_simple.h \ - msdd_source_s.h - + msdd_source_s.h \ + msdd_buffer_copy_behaviors.h \ + msdd6000.h # These swig headers get installed in ${prefix}/include/gnuradio/swig |