From a9af7e15466a54619c9c7cf661b39ea503e522a1 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Fri, 4 Jul 2008 05:07:15 +0000 Subject: [PATCH] Fixed distcheck failure and cleaned up ignores. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8787 221aa14e-8319-0410-a670-987f0aec2ac5 --- configure.ac | 2 +- gr-msdd6000/src/Makefile.am | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 126d06a5..6d21017e 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 0d1be3c3..ef782b4d 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 -- 2.30.2