commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8787 - in gnuradio/trunk: . gr-msdd6000/src


From: jcorgan
Subject: [Commit-gnuradio] r8787 - in gnuradio/trunk: . gr-msdd6000/src
Date: Thu, 3 Jul 2008 23:07:17 -0600 (MDT)

Author: jcorgan
Date: 2008-07-03 23:07:15 -0600 (Thu, 03 Jul 2008)
New Revision: 8787

Modified:
   gnuradio/trunk/configure.ac
   gnuradio/trunk/gr-msdd6000/src/
   gnuradio/trunk/gr-msdd6000/src/Makefile.am
Log:
Fixed distcheck failure and cleaned up ignores.

Modified: gnuradio/trunk/configure.ac
===================================================================
--- gnuradio/trunk/configure.ac 2008-07-04 03:05:33 UTC (rev 8786)
+++ gnuradio/trunk/configure.ac 2008-07-04 05:07:15 UTC (rev 8787)
@@ -257,7 +257,7 @@
 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


Property changes on: gnuradio/trunk/gr-msdd6000/src
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in

   + Makefile
Makefile.in
.libs
.deps
msdd.cc
msdd.py


Modified: gnuradio/trunk/gr-msdd6000/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-msdd6000/src/Makefile.am  2008-07-04 03:05:33 UTC (rev 
8786)
+++ gnuradio/trunk/gr-msdd6000/src/Makefile.am  2008-07-04 05:07:15 UTC (rev 
8787)
@@ -98,10 +98,11 @@
        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
 swiginclude_HEADERS =                  \
        $(LOCAL_IFILES)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]