diff options
author | michaelld | 2006-08-14 02:19:14 +0000 |
---|---|---|
committer | michaelld | 2006-08-14 02:19:14 +0000 |
commit | e7d7a023503a193009ea14eaf5ee1eab19e2b60f (patch) | |
tree | 9b5b555724c4157bb6d8487454055f577908f3cb /gr-error-correcting-codes/src/Makefile.am | |
parent | 7ef9b9bfca4abb3ec5774faa59a26300d4695b39 (diff) | |
download | gnuradio-e7d7a023503a193009ea14eaf5ee1eab19e2b60f.tar.gz gnuradio-e7d7a023503a193009ea14eaf5ee1eab19e2b60f.tar.bz2 gnuradio-e7d7a023503a193009ea14eaf5ee1eab19e2b60f.zip |
fixes ticket:25
merged from 3244 to 3270 in michaelld/wip
Convolutional encoder now works; all features tested.
Re-enabled gr-ecc in the top configure.ac file.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3271 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-error-correcting-codes/src/Makefile.am')
-rw-r--r-- | gr-error-correcting-codes/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-error-correcting-codes/src/Makefile.am b/gr-error-correcting-codes/src/Makefile.am index a7da9c7ae..c6a4f7003 100644 --- a/gr-error-correcting-codes/src/Makefile.am +++ b/gr-error-correcting-codes/src/Makefile.am @@ -22,3 +22,5 @@ SUBDIRS = lib python MOSTLYCLEANFILES = *~ + +CONFIG_CLEAN_FILES = *.in |