From b9ed809caccea6b3ec85185c5dbf65e62fc4efb3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 1 Aug 2008 14:08:59 +0000 Subject: forked lasso branch for adeline --- perl/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index ad554064..f7f42625 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -52,12 +52,11 @@ EXTRA_DIST = $(SWIG_OUTPUTS) Makefile.PL # Maintainer clean the swig generated files, because he/she maintains them. MAINTAINERCLEANFILES = Makefile.in $(SWIG_OUTPUTS) +CLEANFILES = lasso.pm lasso_wrap.c clean-local: rm -rf blib $(PERL_MAKEFILE) $(PERL_MAKEFILE).old build-perl-stamp $(PERL_CRUFT) -test -L Makefile.PL && rm Makefile.PL - -test -L lasso.pm && rm lasso.pm - -test -L lasso_wrap.c && rm lasso_wrap.c # perl module installation disabled since broken wrt to make distcheck -- cgit