summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-09 18:57:03 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-09 18:57:03 +0100
commit69b6fd881618539e312a5982fa3889562789ce2c (patch)
tree6642dfca25c598d4f40de0e2a38776283761070c /extensions
parent25579765e5fe613a494030ec33a75fd038a3d813 (diff)
downloadtelepathy-glib-69b6fd881618539e312a5982fa3889562789ce2c.tar.gz
Fix dependencies in extensions/
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 82109913d..0cf7813ed 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -79,7 +79,7 @@ XSLTPROCFLAGS = --nonet --novalid
# Generated files which can be generated for all categories simultaneously
-_gen/all.xml: all.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
+_gen/all.xml: all.xml $(wildcard $(srcdir)/*.xml) $(wildcard $(top_srcdir)/spec/*.xml) $(tools_dir)/xincludator.py
$(mkdir_p) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
@@ -119,7 +119,7 @@ _gen/interfaces-body.h _gen/interfaces.h: _gen/all.xml \
# subclass you want to use with --subclass will need to have its own category,
# although you can subdivide further if you want.
-_gen/%.xml: %.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
+_gen/%.xml: %.xml $(wildcard $(srcdir)/*.xml) $(wildcard $(top_srcdir)/spec/*.xml) $(tools_dir)/xincludator.py
$(mkdir_p) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@