X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2FMakefile.am;h=747ac436bbe1c189458c20241267af53b1c819e6;hp=5d661ced99ee8c9e9eb575d47acf0591feeb9a07;hb=da8ddb2745c3d53c36e3ad7f09836a4c27a4d3e6;hpb=babc0846cc911b01a58a7385d30ad25889b7175a diff --git a/perl/Makefile.am b/perl/Makefile.am index 5d661ce..747ac43 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST = \ lib/Sys/Guestfs.pm \ run-bindtests \ run-perl-tests \ + bindtests.pl \ t/*.t \ typemap @@ -40,10 +41,12 @@ TESTS_ENVIRONMENT = \ INSTALLDIRS = site -all: - perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) +all: Makefile-pl $(MAKE) -f Makefile-pl +Makefile-pl: Makefile.PL + perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) + install-data-hook: $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install