[gvfs] build: More srcdir != builddir fixes



commit 6108c126bd4c2821474ce3091e54434401893fdd
Author: Colin Walters <walters verbum org>
Date:   Wed Jun 6 17:46:48 2012 -0400

    build: More srcdir != builddir fixes

 client/Makefile.am        |    1 +
 monitor/proxy/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index a81db1d..356ca32 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -3,6 +3,7 @@ NULL =
 INCLUDES = -I$(top_srcdir) \
 	-I$(top_srcdir)/client \
 	-I$(top_srcdir)/metadata \
+	-I$(top_builddir)/metadata \
 	-I$(top_srcdir)/common \
 	$(GLIB_CFLAGS) $(DBUS_CFLAGS) \
 	-DG_LOG_DOMAIN=\"GVFS\" \
diff --git a/monitor/proxy/Makefile.am b/monitor/proxy/Makefile.am
index 1c0fc7e..c49663e 100644
--- a/monitor/proxy/Makefile.am
+++ b/monitor/proxy/Makefile.am
@@ -13,7 +13,7 @@ $(dbus_built_sources) : Makefile.am dbus-interfaces.xml
 		--interface-prefix org.gtk.Private.					\
 		--c-namespace GVfs							\
 		--generate-c-code gvfsvolumemonitordbus					\
-		dbus-interfaces.xml							\
+		$(srcdir)/dbus-interfaces.xml							\
 		$(NULL)
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]