summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-04-26 10:05:41 +0200
committerAlexander Larsson <alexl@redhat.com>2012-04-26 10:06:18 +0200
commit79724bf80c414a06f3caf1f2ff614bb3c44a8ba3 (patch)
treec78fad1ed6d18c32f723d0ab6b37fbafe5c1a6c7
parent063ec9a75d6f70b45a8e51653608a6e40f948b3c (diff)
Dist gio/dbus-daemon.xml and fix dependency for builddir != srcdir
-rw-r--r--gio/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am
index de7a08592..dae04b42b 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -98,12 +98,12 @@ gdbus_sources = \
$(NULL)
# These are not built into the library yet
-EXTRA_DIST += gdbusdaemon.c gdbusdaemon.h
+EXTRA_DIST += gdbusdaemon.c gdbusdaemon.h dbus-daemon.xml
-gdbus-daemon-generated.h gdbus-daemon-generated.c : dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
+gdbus-daemon-generated.h gdbus-daemon-generated.c: $(srcdir)/dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
- $(PYTHON) $(top_srcdir)/gio/gdbus-2.0/codegen/gdbus-codegen.in \
+ $(PYTHON) $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org. \
--generate-c-code gdbus-daemon-generated \
--c-namespace _G \