From 9cf988ad17529416f841870b01d0f548e1a0b9a0 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sun, 21 Nov 2010 21:47:15 -0700 Subject: fix so distcheck *almost* fully works --- gnuradio-core/src/guile/Makefile.am | 3 +++ gr-guile/apps/Makefile.am | 2 ++ gr-guile/example-waveforms/Makefile.am | 3 +++ 3 files changed, 8 insertions(+) diff --git a/gnuradio-core/src/guile/Makefile.am b/gnuradio-core/src/guile/Makefile.am index 0c0becbc1..c2f8b5c39 100644 --- a/gnuradio-core/src/guile/Makefile.am +++ b/gnuradio-core/src/guile/Makefile.am @@ -23,6 +23,7 @@ TESTS = run_guile_tests EXTRA_DIST = \ run_guile_tests.in \ + $(nobase_guile_DATA) \ $(GUILE_TESTS) # These are the hand-code guile files for gnuradio-core. @@ -51,3 +52,5 @@ GUILE_TESTS = \ tests/io_ctors.test CLEANFILES = guile.log + +no_dist_dirs = python guile diff --git a/gr-guile/apps/Makefile.am b/gr-guile/apps/Makefile.am index 7e4c3c2c4..7ad5ef2cd 100644 --- a/gr-guile/apps/Makefile.am +++ b/gr-guile/apps/Makefile.am @@ -21,3 +21,5 @@ include $(top_srcdir)/Makefile.common bin_SCRIPTS = \ gr-run-waveform + +EXTRA_DIST = gr-run-waveform diff --git a/gr-guile/example-waveforms/Makefile.am b/gr-guile/example-waveforms/Makefile.am index cda4172de..b004e26a2 100644 --- a/gr-guile/example-waveforms/Makefile.am +++ b/gr-guile/example-waveforms/Makefile.am @@ -23,3 +23,6 @@ waveformdir=$(datarootdir)/gnuradio/example-waveforms waveform_DATA = \ dial-tone.wfd + +EXTRA_DIST = \ + dial-tone.wfd -- cgit