[telepathy-glib/master] generate _gen/error-str.h

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri May 22 04:22:04 PDT 2009


---
 telepathy-glib/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 5f5dada..3bd3a59 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -157,6 +157,7 @@ tpginclude_HEADERS = \
     util.h
 
 nodist_libtelepathy_glib_internal_la_SOURCES = \
+    _gen/error-str.h \
     _gen/signals-marshal.c \
     _gen/signals-marshal.h \
     _gen/signals-marshal.list \
@@ -331,6 +332,9 @@ _gen/signals-marshal.c: _gen/signals-marshal.list Makefile.am
 	$(QUIET_GEN){ echo '#include "_gen/signals-marshal.h"' && \
 	$(GLIB_GENMARSHAL) --body --prefix=_tp_marshal $< ; } > $@
 
+_gen/error-str.h: _gen/stable-spec.xml \
+	$(tools_dir)/glib-errors-str-gen.py
+	$(QUIET_GEN)$(PYTHON) $(tools_dir)/glib-errors-str-gen.py $< > $@
 # Things generated per interface
 
 _gen/tp-spec-%.xml: %.xml _gen/spec-stamp $(tools_dir)/xincludator.py
-- 
1.5.6.5




More information about the telepathy-commits mailing list