summaryrefslogtreecommitdiff
path: root/common
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 /common
parenta40ac13ba62e33030f2097aada9fa022acd0744d (diff)
gdbus: Fix srcdir != builddir and make the build more quiet
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index f7809680..93e215fc 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -12,7 +12,7 @@ dbus_built_sources = gvfsdbus.c gvfsdbus.h
BUILT_SOURCES = $(dbus_built_sources)
$(dbus_built_sources) : Makefile.am dbus-interfaces.xml
- gdbus-codegen \
+ $(AM_V_GEN) gdbus-codegen \
--interface-prefix org.gtk.vfs. \
--c-namespace GVfsDBus \
--generate-c-code gvfsdbus \
@@ -22,7 +22,7 @@ $(dbus_built_sources) : Makefile.am dbus-interfaces.xml
org.gtk.GDBus.C.UnixFD true \
--annotate "org.gtk.vfs.Mount.OpenIconForRead()" \
org.gtk.GDBus.C.UnixFD true \
- dbus-interfaces.xml \
+ $(srcdir)/dbus-interfaces.xml \
$(NULL)
libgvfscommon_la_SOURCES = \