perl: Fix location of generator_build Guestfs.xs.

Also add MANIFEST to EXTRA_DIST.

This fixes commit f98e0f115b.
This commit is contained in:
Richard W.M. Jones
2015-10-25 17:01:10 +00:00
parent f98e0f115b
commit 31c42e9c11

View File

@@ -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 \