diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:08:59 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:08:59 +0000 |
| commit | b9ed809caccea6b3ec85185c5dbf65e62fc4efb3 (patch) | |
| tree | 14e301e31a02f76ec3dfcef14cb72e5162fcbc0f | |
| parent | 76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3 (diff) | |
| download | lasso-b9ed809caccea6b3ec85185c5dbf65e62fc4efb3.tar.gz lasso-b9ed809caccea6b3ec85185c5dbf65e62fc4efb3.tar.xz lasso-b9ed809caccea6b3ec85185c5dbf65e62fc4efb3.zip | |
forked lasso branch for adeline
| -rw-r--r-- | perl/Makefile.am | 3 |
1 files changed, 1 insertions, 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 |
