[glib] Dist gio/dbus-daemon.xml and fix dependency for builddir != srcdir
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Dist gio/dbus-daemon.xml and fix dependency for builddir != srcdir
- Date: Thu, 26 Apr 2012 08:08:21 +0000 (UTC)
commit 79724bf80c414a06f3caf1f2ff614bb3c44a8ba3
Author: Alexander Larsson <alexl redhat com>
Date: Thu Apr 26 10:05:41 2012 +0200
Dist gio/dbus-daemon.xml and fix dependency for builddir != srcdir
gio/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index de7a085..dae04b4 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]