From 6f25e58b8b18a387b24bf3cbf16d8a8b7782f05b Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Wed, 23 May 2012 22:49:35 +0200 Subject: Fix out-of-tree build for GObject bindings (cherry picked from commit 148e8068267bcf9ce8ff3a5062747998f960619d) --- gobject/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/Makefile.am b/gobject/Makefile.am index d5646082..85cc9f4c 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -53,7 +53,7 @@ Guestfs-1.0.gir: $(libname) Guestfs_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Guestfs_1_0_gir_CFLAGS = $(INCLUDES) -I$(srcdir) Guestfs_1_0_gir_LIBS = $(libname) -Guestfs_1_0_gir_FILES = $(introspection_sources) +Guestfs_1_0_gir_FILES = $(patsubst %,$(srcdir)/%,$(introspection_sources)) INTROSPECTION_GIRS += Guestfs-1.0.gir girdir = $(datadir)/gir-1.0 -- cgit