[Libguestfs] [PATCH 3/6] out-of-tree build: fix building Perl bindings

Hilko Bengen bengen at hilluzination.de
Wed Mar 13 20:13:06 UTC 2013


From: Hilko Bengen <bengen at debian.org>

---
 perl/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/perl/Makefile.am b/perl/Makefile.am
index b0f9b5c..55466ec 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -64,6 +64,7 @@ all: Makefile-pl src_deps
 	$(MAKE) -f Makefile-pl
 
 Makefile-pl: Makefile.PL
+	-[ $(srcdir) != $(builddir) ] && cp -rsu $(abs_srcdir)/. $(builddir)/.
 	perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix)
 
 # No!  Otherwise it is deleted before the clean-local rule runs.
-- 
1.7.10.4




More information about the Libguestfs mailing list