diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:49 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:49 +0000 |
| commit | 6b86aa67efab3966be6c4577a83886bb93f7be9b (patch) | |
| tree | e1ce6b0bababc7eda7ef58189f5cdac05a3773ce /bindings/python | |
| parent | 2d9a2ec35f9e326b89c4cb3624d15dbb387d2878 (diff) | |
| download | lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.tar.gz lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.tar.xz lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.zip | |
[Bindings] improve cleaning and distribution buiding
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 |
