summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2005-02-16 19:28:17 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2005-02-16 19:28:17 +0000
commit2f3f58802b254a1b99890527b907060ba1d984cd (patch)
tree7d18e9583bc9b262c72c0bec2884e77df7e39875 /python
parentfdce6f59a0dc79443817b525a2fe477b7fd23d6a (diff)
downloadlasso-2f3f58802b254a1b99890527b907060ba1d984cd.tar.gz
lasso-2f3f58802b254a1b99890527b907060ba1d984cd.tar.xz
lasso-2f3f58802b254a1b99890527b907060ba1d984cd.zip
Added the temporary files for "int res = 0;" declaration to local cleanning
rule.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)