telepathy-idle: Fix codegen to respect changes to the input

Simon McVittie smcv at kemper.freedesktop.org
Tue May 8 04:04:51 PDT 2012


Module: telepathy-idle
Branch: master
Commit: 752984356467f08c4a61417cc6aafda489251190
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=752984356467f08c4a61417cc6aafda489251190

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon May  7 20:03:06 2012 +0100

Fix codegen to respect changes to the input

Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49600

---

 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 85ff7b2..4159788 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -33,7 +33,7 @@ AM_LDFLAGS = @DBUS_LIBS@ @GLIB_LIBS@ @TELEPATHY_LIBS@
 DROP_NAMESPACE = sed -e 's at xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g'
 XSLTPROCFLAGS = --nonet --novalid
 
-_gen/all.xml: all.xml $(wildcard *.xml)
+_gen/all.xml: all.xml $(wildcard $(srcdir)/*.xml)
 	@$(mkdir_p) _gen
 	$(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
 		--xinclude $(tools_dir)/identity.xsl \



More information about the telepathy-commits mailing list