summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 15:27:30 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 15:27:30 +0000
commit933458c0681e9d50031d9130f352accdbce1a4e4 (patch)
treef1091adaddbcb8a52356f66a5e0f9a1c2342dbdf /perl
parent6c8e46c5ee00bbbcc80c88a972019cebcb36f92d (diff)
downloadlasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.gz
lasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.xz
lasso-933458c0681e9d50031d9130f352accdbce1a4e4.zip
add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 2db07dd7..ad554064 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -51,7 +51,7 @@ SWIG_OUTPUTS = lasso_wrap.c lasso.pm
EXTRA_DIST = $(SWIG_OUTPUTS) Makefile.PL
# Maintainer clean the swig generated files, because he/she maintains them.
-MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
+MAINTAINERCLEANFILES = Makefile.in $(SWIG_OUTPUTS)
clean-local:
rm -rf blib $(PERL_MAKEFILE) $(PERL_MAKEFILE).old build-perl-stamp $(PERL_CRUFT)