From b0521f7c6bb0234cff7d1e2ce7e58ecc9152f4f3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 7 May 2012 20:03:06 +0100 Subject: [PATCH 7/8] Fix codegen to respect changes to the input --- extensions/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@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 \ -- 1.7.10