summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 55761b90..9e329693 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -48,6 +48,11 @@ all: Makefile-pl
Makefile-pl: Makefile.PL
perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix)
+CLEANFILES = Makefile-pl
+
+clean-local:
+ -$(MAKE) -f Makefile-pl clean
+
install-data-hook:
$(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install