summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-16 18:04:01 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-16 18:04:01 +0100
commita865795a7edfdc939cf3864ca1b7ea9cdc564dc7 (patch)
treeed0b50d08cdb7fc439f1b6d4168b42855338e6ca /perl
parent4f3736162076419641a6225ac28b29d340020604 (diff)
downloadlibguestfs-a865795a7edfdc939cf3864ca1b7ea9cdc564dc7.tar.gz
libguestfs-a865795a7edfdc939cf3864ca1b7ea9cdc564dc7.tar.xz
libguestfs-a865795a7edfdc939cf3864ca1b7ea9cdc564dc7.zip
More misc fixes to non-srcdir builds.
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