From 6ae30da50bf59f15fe5318edf4deaa4195737e82 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 21 Jul 2010 13:56:42 +0000 Subject: [PATCH] [Binding perl] add DISTCLEANFILES for Makefile.perl.old file --- bindings/perl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am index 0795a05f..ddd1aade 100644 --- a/bindings/perl/Makefile.am +++ b/bindings/perl/Makefile.am @@ -51,6 +51,8 @@ blib/arch/auto/Lasso/Lasso.so: Lasso.xs Lasso.pm Makefile.perl gobject_handling. CLEANFILES = Lasso.pm Lasso.xs Lasso.so typemap Lasso.o Lasso.bs pm_to_blib Lasso.c +DISTCLEANFILES = Makefile.perl.old + distclean-local: -@if [ "$(srcdir)" != "$(builddir)" ]; then \ rm -rf $(TOCOPY); \