diff options
author | anastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-11 18:45:44 +0000 |
---|---|---|
committer | anastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-11 18:45:44 +0000 |
commit | a1dfc92488b276152305c6b6e1b9c88c9eb956cb (patch) | |
tree | 44881f85c16529df67122d9d32df35841476ce33 /gr-trellis/src/python | |
parent | 5014e03e3205611c4ffb1d5ec06d3710391485e3 (diff) |
Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make distcheck passes
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3237 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-trellis/src/python')
-rw-r--r-- | gr-trellis/src/python/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-trellis/src/python/Makefile.am b/gr-trellis/src/python/Makefile.am index 5c7b8ccf18..8d947bc69a 100644 --- a/gr-trellis/src/python/Makefile.am +++ b/gr-trellis/src/python/Makefile.am @@ -21,7 +21,8 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = run_tests.in +EXTRA_DIST = run_tests.in \ + awgn1o2_4.fsm TESTS = \ @@ -30,3 +31,5 @@ TESTS = \ noinst_PYTHON = \ qa_trellis.py + +MOSTLYCLEANFILES = *.pyc |