diff options
Diffstat (limited to 'gr-cvsd-vocoder/src/python/Makefile.am')
-rw-r--r-- | gr-cvsd-vocoder/src/python/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gr-cvsd-vocoder/src/python/Makefile.am b/gr-cvsd-vocoder/src/python/Makefile.am index 801dc8fbb..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,11 +21,9 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = run_tests.in - - -TESTS = \ - run_tests +EXTRA_DIST += run_tests.in +DISTCLEANFILES += run_tests +TESTS = run_tests grblkspythondir = $(grpythondir)/blks2impl |