diff options
author | Eric Blossom <eb@comsec.com> | 2010-12-27 20:34:30 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-12-27 20:34:30 -0800 |
commit | 3153f8f24b933043d937de32d65fe5d96652ec56 (patch) | |
tree | 67bd53bef93af7b56e187eda52ec1d858b2686d2 /gr-usrp2/src/Makefile.am | |
parent | 63fce8a97ed3f6bd1e739615246bf8149207d79c (diff) |
distcheck fix
Diffstat (limited to 'gr-usrp2/src/Makefile.am')
-rw-r--r-- | gr-usrp2/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-usrp2/src/Makefile.am b/gr-usrp2/src/Makefile.am index 08c41f772d..d9599bb787 100644 --- a/gr-usrp2/src/Makefile.am +++ b/gr-usrp2/src/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.swig TESTS = -EXTRA_DIST += run_tests.in run_guile_tests.in +EXTRA_DIST += run_tests.in run_guile_tests.in $(nobase_guile_DATA) DISTCLEANFILES += run_tests run_guile_tests noinst_PYTHON = qa_usrp2.py |