Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make distcheck...
authoranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 11 Aug 2006 18:45:44 +0000 (18:45 +0000)
committeranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 11 Aug 2006 18:45:44 +0000 (18:45 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3237 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/channel-coding/Makefile.am
gr-trellis/src/lib/trellis_metrics_i.lo [deleted file]
gr-trellis/src/lib/trellis_metrics_s.lo [deleted file]
gr-trellis/src/python/Makefile.am

index 03a99d5827061a086ace4c49eb4867e02126a87f..dd93f609538a0988303944afe0cec0ed468bd302 100644 (file)
@@ -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 (file)
index ce7227b..0000000
+++ /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 (file)
index 844c4bf..0000000
+++ /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
-
index 5c7b8ccf18d7bcbeb99fe655811af35a2a619a05..8d947bc69a585f1fd67cf35d005bb94560a2b81d 100644 (file)
@@ -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