summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-06-06 17:46:48 -0400
committerColin Walters <walters@verbum.org>2012-06-06 17:46:48 -0400
commit6108c126bd4c2821474ce3091e54434401893fdd (patch)
tree19664671379a480d38ba2184cc2b5c27293614af
parentba3f31b5296fa9de00d92e1deee17dc50760fe9f (diff)
downloadgvfs-6108c126bd4c2821474ce3091e54434401893fdd.tar.gz
build: More srcdir != builddir fixes
-rw-r--r--client/Makefile.am1
-rw-r--r--monitor/proxy/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index a81db1d6..356ca323 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 1c0fc7ec..c49663ef 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)