summaryrefslogtreecommitdiff
path: root/extensions/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-07 11:45:38 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-07 11:45:38 +0000
commit18981b9ccbee44b6db0dcbce68f4414db9585a11 (patch)
tree53d6c5185816c2367fe71592562fe695f64bd877 /extensions/Makefile.am
parentc8c309ddc557359c1cffa9f20117e84f8a15695d (diff)
downloadtelepathy-salut-18981b9ccbee44b6db0dcbce68f4414db9585a11.tar.gz
Update c-interfaces-generator.xsl from telepathy-glib.
It now takes a --stringparam to set the prefix for interface constants. Also use the generated SALUT_IFACE_OLPC_BUDDY_INFO in salut-connection.c. 20070607114538-53eee-7cdbed4e64c697c71f4364f3dfc3e869b6cd0551.gz
Diffstat (limited to 'extensions/Makefile.am')
-rw-r--r--extensions/Makefile.am16
1 files changed, 1 insertions, 15 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index f26ce34a..a9f3a7d9 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -76,18 +76,4 @@ _gen/signals-marshal.h: _gen/signals-marshal.list
_gen/signals-marshal.c: _gen/signals-marshal.list
$(GLIB_GENMARSHAL) --body --prefix=_salut_ext_marshal $< > $@
-_gen/svc.h: Makefile.in _gen/.exists
- for i in $(SPEC_INTERFACES); \
- do \
- echo "#include \"extensions/_gen/svc-$$i.h\""; \
- done > $@
-
-_gen/enums.h: all.xml tools/c-constants-generator.xsl _gen/.exists
- $(XSLTPROC) --xinclude $(XSLTPROCFLAGS) \
- $(srcdir)/tools/c-constants-generator.xsl \
- $(srcdir)/all.xml > $@
-
-_gen/interfaces.h: all.xml tools/c-interfaces-generator.xsl _gen/.exists
- $(XSLTPROC) --xinclude $(XSLTPROCFLAGS) \
- $(srcdir)/tools/c-interfaces-generator.xsl \
- $(srcdir)/all.xml > $@
+endif