]> git.0d.be Git - empathy.git/commit
Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 26 Feb 2008 13:31:02 +0000 (13:31 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 26 Feb 2008 13:31:02 +0000 (13:31 +0000)
commitc3751daec7cca3e44abfed1db475cf0fc4703d66
tree4ba009a19d6f3254acb8d91be788d49a7e259fc2
parent035e672692a3c63ccf7b927b0b7b74438c1f0e24
Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.
Link that library into libempathy (it's not actually used for anything at this
point).

Extensions currently built: ChannelHandler and StreamEngine.

The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included
in the library ABI.

svn path=/trunk/; revision=663
32 files changed:
Makefile.am
configure.ac
extensions/.gitignore [new file with mode: 0644]
extensions/Channel_Handler.xml [new file with mode: 0644]
extensions/Makefile.am [new file with mode: 0644]
extensions/Stream_Engine.xml [new file with mode: 0644]
extensions/all.xml [new file with mode: 0644]
extensions/extensions-cli.c [new file with mode: 0644]
extensions/extensions.c [new file with mode: 0644]
extensions/extensions.h [new file with mode: 0644]
extensions/misc.xml [new file with mode: 0644]
libempathy/Makefile.am
tools/.gitignore [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/c-constants-generator.xsl [new file with mode: 0644]
tools/c-interfaces-generator.xsl [new file with mode: 0644]
tools/check-c-style.sh [new file with mode: 0644]
tools/check-coding-style.mk [new file with mode: 0644]
tools/check-misc.sh [new file with mode: 0644]
tools/check-whitespace.sh [new file with mode: 0644]
tools/doc-generator.xsl [new file with mode: 0644]
tools/glib-client-gen.py [new file with mode: 0644]
tools/glib-client-marshaller-gen.py [new file with mode: 0644]
tools/glib-errors-enum-body.xsl [new file with mode: 0644]
tools/glib-errors-enum-header.xsl [new file with mode: 0644]
tools/glib-ginterface-gen.py [new file with mode: 0644]
tools/glib-gtypes-generator.py [new file with mode: 0644]
tools/glib-interfaces-body-generator.xsl [new file with mode: 0644]
tools/glib-interfaces-generator.xsl [new file with mode: 0644]
tools/glib-signals-marshal-gen.py [new file with mode: 0644]
tools/identity.xsl [new file with mode: 0644]
tools/libglibcodegen.py [new file with mode: 0644]