From 6b86aa67efab3966be6c4577a83886bb93f7be9b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 21 Jul 2010 13:56:49 +0000 Subject: [Bindings] improve cleaning and distribution buiding --- bindings/python/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bindings/python/Makefile.am') 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 -- cgit