diff options
author | jcorgan | 2006-12-21 23:34:59 +0000 |
---|---|---|
committer | jcorgan | 2006-12-21 23:34:59 +0000 |
commit | 0d638d7cab2f52e4331de5ebb0e9018cc6f95b12 (patch) | |
tree | c8f9543ef04373371aac1f698f8a82a8536f1db0 | |
parent | 71647e094f85e520363e579eab4b86e430be4e90 (diff) | |
download | gnuradio-0d638d7cab2f52e4331de5ebb0e9018cc6f95b12.tar.gz gnuradio-0d638d7cab2f52e4331de5ebb0e9018cc6f95b12.tar.bz2 gnuradio-0d638d7cab2f52e4331de5ebb0e9018cc6f95b12.zip |
Fix distcheck errors.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4183 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | config/grc_gnuradio_examples.m4 | 2 | ||||
-rw-r--r-- | gnuradio-examples/Makefile.am | 2 | ||||
-rw-r--r-- | gnuradio-examples/c++/Makefile.am | 1 | ||||
-rw-r--r-- | gr-error-correcting-codes/src/lib/Makefile.am | 2 |
4 files changed, 1 insertions, 6 deletions
diff --git a/config/grc_gnuradio_examples.m4 b/config/grc_gnuradio_examples.m4 index 1b692f663..5b987d617 100644 --- a/config/grc_gnuradio_examples.m4 +++ b/config/grc_gnuradio_examples.m4 @@ -22,8 +22,6 @@ AC_DEFUN([GRC_GNURADIO_EXAMPLES],[ AC_CONFIG_FILES([ \ gnuradio-examples/Makefile \ - gnuradio-examples/c++/Makefile \ - gnuradio-examples/c++/dial_tone/Makefile \ gnuradio-examples/python/Makefile \ gnuradio-examples/python/apps/hf_explorer/Makefile \ gnuradio-examples/python/apps/hf_radio/Makefile \ diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index 6e720ebdd..ad8ca5b1a 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,4 +21,4 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = python c++ +SUBDIRS = python diff --git a/gnuradio-examples/c++/Makefile.am b/gnuradio-examples/c++/Makefile.am index 5cf795a96..d949fd86a 100644 --- a/gnuradio-examples/c++/Makefile.am +++ b/gnuradio-examples/c++/Makefile.am @@ -24,4 +24,3 @@ include $(top_srcdir)/Makefile.common # FIXME: do not build automatically; need to detect required pre-requisites # SUBDIRS = dial_tone - diff --git a/gr-error-correcting-codes/src/lib/Makefile.am b/gr-error-correcting-codes/src/lib/Makefile.am index 14af7e515..679d882cd 100644 --- a/gr-error-correcting-codes/src/lib/Makefile.am +++ b/gr-error-correcting-codes/src/lib/Makefile.am @@ -98,5 +98,3 @@ dist-hook: @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done MOSTLYCLEANFILES = $(BUILT_SOURCES) *.pyc *.loT *~ - -CONFIG_CLEAN_FILES = *.in |