diff options
author | anastas | 2006-08-11 18:45:44 +0000 |
---|---|---|
committer | anastas | 2006-08-11 18:45:44 +0000 |
commit | a1dfc92488b276152305c6b6e1b9c88c9eb956cb (patch) | |
tree | 44881f85c16529df67122d9d32df35841476ce33 | |
parent | 5014e03e3205611c4ffb1d5ec06d3710391485e3 (diff) | |
download | gnuradio-a1dfc92488b276152305c6b6e1b9c88c9eb956cb.tar.gz gnuradio-a1dfc92488b276152305c6b6e1b9c88c9eb956cb.tar.bz2 gnuradio-a1dfc92488b276152305c6b6e1b9c88c9eb956cb.zip |
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
-rw-r--r-- | gnuradio-examples/python/channel-coding/Makefile.am | 2 | ||||
-rw-r--r-- | gr-trellis/src/lib/trellis_metrics_i.lo | 12 | ||||
-rw-r--r-- | gr-trellis/src/lib/trellis_metrics_s.lo | 12 | ||||
-rw-r--r-- | gr-trellis/src/python/Makefile.am | 5 |
4 files changed, 6 insertions, 25 deletions
diff --git a/gnuradio-examples/python/channel-coding/Makefile.am b/gnuradio-examples/python/channel-coding/Makefile.am index 03a99d582..dd93f6095 100644 --- a/gnuradio-examples/python/channel-coding/Makefile.am +++ b/gnuradio-examples/python/channel-coding/Makefile.am @@ -27,3 +27,5 @@ EXTRA_DIST = \ test_tcm_parallel.py \ test_tcm_combined.py \ test_sccc_hard.py + +MOSTLYCLEANFILES = *.pyc diff --git a/gr-trellis/src/lib/trellis_metrics_i.lo b/gr-trellis/src/lib/trellis_metrics_i.lo deleted file mode 100644 index ce7227bf5..000000000 --- a/gr-trellis/src/lib/trellis_metrics_i.lo +++ /dev/null @@ -1,12 +0,0 @@ -# trellis_metrics_i.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/trellis_metrics_i.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/gr-trellis/src/lib/trellis_metrics_s.lo b/gr-trellis/src/lib/trellis_metrics_s.lo deleted file mode 100644 index 844c4bf29..000000000 --- a/gr-trellis/src/lib/trellis_metrics_s.lo +++ /dev/null @@ -1,12 +0,0 @@ -# trellis_metrics_s.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/trellis_metrics_s.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/gr-trellis/src/python/Makefile.am b/gr-trellis/src/python/Makefile.am index 5c7b8ccf1..8d947bc69 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 |