diff options
Diffstat (limited to 'gr-cvsd-vocoder/src/python')
-rw-r--r-- | gr-cvsd-vocoder/src/python/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gr-cvsd-vocoder/src/python/Makefile.am b/gr-cvsd-vocoder/src/python/Makefile.am index 2ba3abef8..e6fd74828 100644 --- a/gr-cvsd-vocoder/src/python/Makefile.am +++ b/gr-cvsd-vocoder/src/python/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004,2009 Free Software Foundation, Inc. +# Copyright 2004,2009,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,9 +21,8 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = run_tests.in - - +EXTRA_DIST += run_tests.in +DISTCLEANFILES += run_tests TESTS = run_tests |