summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-07-20 16:12:19 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:59:37 +0200
commit8702019ec946d3ade84efa4f7e42e39f73f7bf6a (patch)
tree9fed4bcb0c7e1f2202fbc544d2b9741a6fe0f097 /client
parenta40ac13ba62e33030f2097aada9fa022acd0744d (diff)
downloadgvfs-8702019ec946d3ade84efa4f7e42e39f73f7bf6a.tar.gz
gdbus: Fix srcdir != builddir and make the build more quiet
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index ba7fea29..66ab1304 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/metadata \
-I$(top_builddir)/metadata \
-I$(top_srcdir)/common \
+ -I$(top_builddir)/common \
$(GLIB_CFLAGS) $(DBUS_CFLAGS) \
-DG_LOG_DOMAIN=\"GVFS\" \
-DGVFS_MODULE_DIR=\"$(libdir)/gvfs/modules\" \
@@ -74,6 +75,7 @@ gvfsd_fuse_SOURCES = \
gvfsd_fuse_CFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/common \
+ -I$(top_builddir)/common \
$(GLIB_CFLAGS) $(DBUS_CFLAGS) $(FUSE_CFLAGS) \
-UG_LOG_DOMAIN -DG_LOG_DOMAIN=\"GVFS-FUSE\" \
-DDBUS_API_SUBJECT_TO_CHANGE