From 2f3f58802b254a1b99890527b907060ba1d984cd Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Wed, 16 Feb 2005 19:28:17 +0000 Subject: Added the temporary files for "int res = 0;" declaration to local cleanning rule. --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 1bba3534..31224209 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -33,7 +33,7 @@ lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i SWIG_OUTPUTS = lasso_wrap.c lasso.py clean-local: - -rm lasso_wrap.c.bak + -rm lasso_wrap.c.bak lasso_wrap.c.bak.1 lasso_wrap.c.bak.2 # In distribution, swig generated files are present. EXTRA_DIST = $(SWIG_OUTPUTS) -- cgit