summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-24 14:22:23 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-24 15:02:59 +0000
commit6a0ed9a2f9c49d21060dd0053c8b71864ee59e10 (patch)
tree9e0b018360c66ac6272495499b0cdb497d55cffc /extensions
parent210aeb46df44531b1b3c348b5b75e743afe2503c (diff)
extensions: add Make rules for *-gtk-doc.h
3c830e9 fixed `make clean` but in the process it broke building from nothing… since these are now included in nodist_libgabble_extensions_la_SOURCES, we need to tell Make how to build them.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 96dabe2bd..47b51b350 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -61,7 +61,7 @@ extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl Makefile.am
$(tools_dir)/doc-generator.xsl \
$< > $@
-_gen/svc.c _gen/svc.h: _gen/all.xml $(tools_dir)/glib-ginterface-gen.py \
+_gen/svc.c _gen/svc.h _gen/svc-gtk-doc.h: _gen/all.xml $(tools_dir)/glib-ginterface-gen.py \
Makefile.am
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
--filename=_gen/svc --signal-marshal-prefix=_gabble_ext \
@@ -83,17 +83,17 @@ _gen/signals-marshal.c: _gen/signals-marshal.list Makefile.am
$(AM_V_GEN){ echo '#include "_gen/signals-marshal.h"' && \
$(GLIB_GENMARSHAL) --body --prefix=_gabble_ext_marshal $< ; } > $@
-_gen/enums.h: _gen/all.xml $(tools_dir)/c-constants-gen.py \
+_gen/enums.h _gen/enums-gtk-doc.h: _gen/all.xml $(tools_dir)/c-constants-gen.py \
Makefile.am
$(AM_V_GEN)$(PYTHON) $(tools_dir)/c-constants-gen.py Gabble $< _gen/enums
-_gen/interfaces.h _gen/interfaces-body.h: _gen/all.xml \
+_gen/interfaces.h _gen/interfaces-body.h _gen/interfaces-gtk-doc.h: _gen/all.xml \
$(tools_dir)/glib-interfaces-gen.py \
Makefile.am
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-interfaces-gen.py \
Gabble _gen/interfaces-body.h _gen/interfaces.h $<
-_gen/gtypes.h _gen/gtypes-body.h: _gen/all.xml \
+_gen/gtypes.h _gen/gtypes-body.h _gen/gtypes-gtk-doc.h: _gen/all.xml \
$(tools_dir)/glib-gtypes-generator.py Makefile.am
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-gtypes-generator.py \
$< _gen/gtypes Gabble