From: eb Date: Fri, 22 Sep 2006 18:57:58 +0000 (+0000) Subject: fixed install failure that occured with automake 1.7.9 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=dadc2f8b0dea65176f723042b3deb26386272686;p=debian%2Fgnuradio 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 --- diff --git a/gr-error-correcting-codes/src/python/Makefile.am b/gr-error-correcting-codes/src/python/Makefile.am index ca2acece..e03d9eb4 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