From 0d638d7cab2f52e4331de5ebb0e9018cc6f95b12 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Thu, 21 Dec 2006 23:34:59 +0000 Subject: [PATCH] Fix distcheck errors. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4183 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/grc_gnuradio_examples.m4 | 2 -- gnuradio-examples/Makefile.am | 2 +- gnuradio-examples/c++/Makefile.am | 1 - gr-error-correcting-codes/src/lib/Makefile.am | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config/grc_gnuradio_examples.m4 b/config/grc_gnuradio_examples.m4 index 1b692f66..5b987d61 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 6e720ebd..ad8ca5b1 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 5cf795a9..d949fd86 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 14af7e51..679d882c 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 -- 2.39.5