[gnome-online-accounts] build: Fix srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] build: Fix srcdir != builddir
- Date: Tue, 21 Aug 2012 00:12:04 +0000 (UTC)
commit 449a563d61e6064f01daef840274020afe7d0793
Author: Colin Walters <walters verbum org>
Date: Mon Aug 20 20:11:18 2012 -0400
build: Fix srcdir != builddir
src/goaidentity/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/goaidentity/Makefile.am b/src/goaidentity/Makefile.am
index bb2322a..e73af93 100644
--- a/src/goaidentity/Makefile.am
+++ b/src/goaidentity/Makefile.am
@@ -58,7 +58,7 @@ $(identity_dbus_built_sources) : Makefile.am org.gnome.Identity.xml
--c-namespace GoaIdentityService \
--c-generate-object-manager \
--generate-c-code org.gnome.Identity \
- org.gnome.Identity.xml \
+ $(srcdir)/org.gnome.Identity.xml \
--annotate "org.gnome.Identity" \
"org.gtk.GDBus.C.Name" Identity \
$(NULL)
@@ -88,7 +88,7 @@ $(realmd_dbus_built_sources) : Makefile.am org.freedesktop.realmd.xml
--c-namespace UmRealm \
--annotate "org.freedesktop.realmd.Realm" \
org.gtk.GDBus.C.Name Common \
- org.freedesktop.realmd.xml \
+ $(srcdir)/org.freedesktop.realmd.xml \
$(NULL)
BUILT_SOURCES += $(realmd_dbus_built_sources)
EXTRA_DIST += org.freedesktop.realmd.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]