diff options
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/Makefile.am | 5 | ||||
| -rw-r--r-- | bindings/python/tests/Makefile.am | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 129c7ffd..762bbd13 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,5 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -MOSTLYCLEANFILES = __init__.pyc lang.pyc +CLEANFILES = _lasso.c lasso.py +DISTCLEANFILES = __init__.pyc lasso.pyc lang.pyc SUBDIRS = tests if PYTHON_ENABLED @@ -38,7 +39,5 @@ endif lasso.py _lasso.c: lang.py wrapper_top.c wrapper_bottom.c ../bindings.py $(AM_V_GEN) $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) -clean-local: - -rm -f lasso.py lasso.pyc _lasso.c endif diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index c2130fb3..205e7613 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -11,4 +11,5 @@ if WSF_ENABLED TESTS += idwsf1_tests.py idwsf2_tests.py endif -EXTRA_DIST = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py +EXTRA_DIST = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py \ + tests.py XmlTestRunner.py |
