diff options
author | eb | 2006-09-22 18:57:58 +0000 |
---|---|---|
committer | eb | 2006-09-22 18:57:58 +0000 |
commit | dadc2f8b0dea65176f723042b3deb26386272686 (patch) | |
tree | ebd4c215617435e47980ed73e746bdc42f51c78b /gr-error-correcting-codes/src/python/Makefile.am | |
parent | bd91aeab420858beb3fabc60570bb147027ac6a4 (diff) | |
download | gnuradio-dadc2f8b0dea65176f723042b3deb26386272686.tar.gz gnuradio-dadc2f8b0dea65176f723042b3deb26386272686.tar.bz2 gnuradio-dadc2f8b0dea65176f723042b3deb26386272686.zip |
fixed install failure that occured with automake 1.7.9
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3619 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-error-correcting-codes/src/python/Makefile.am')
-rw-r--r-- | gr-error-correcting-codes/src/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-error-correcting-codes/src/python/Makefile.am b/gr-error-correcting-codes/src/python/Makefile.am index ca2acece8..e03d9eb40 100644 --- a/gr-error-correcting-codes/src/python/Makefile.am +++ b/gr-error-correcting-codes/src/python/Makefile.am @@ -27,6 +27,6 @@ TESTS = run_tests noinst_PYTHON = qa_ecc.py -grpython_PYTHON = +#grpython_PYTHON = MOSTLYCLEANFILES = *.pyc *~ run_tests |