From 31c42e9c118668cb744bfea2c53836308e5753c5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 25 Oct 2015 17:01:10 +0000 Subject: [PATCH] perl: Fix location of generator_build Guestfs.xs. Also add MANIFEST to EXTRA_DIST. This fixes commit f98e0f115b661c3e5d38a7d4d19fc2968867aaf0. --- perl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index 6dd53ecd0..db6b336e5 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/subdir-rules.mk generator_built = \ - Guestfs.xs \ + lib/Sys/Guestfs.xs \ lib/Sys/Guestfs.pm \ bindtests.pl @@ -28,6 +28,7 @@ EXTRA_DIST = \ examples/README \ examples/LICENSE \ examples/*.pl \ + MANIFEST \ run-bindtests \ run-perl-tests \ t/*.t \