aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Rebase the favourites support upon the telepathy-logger instead of a ↵Travis Reitter2010-03-151-2/+4
| | | | specially-named favourites group.
* remove Channel_Handler.xml; we don't use it since a whileGuillaume Desmottes2010-01-191-1/+0
|
* remove Tube_Handler.xmlGuillaume Desmottes2010-01-191-1/+0
|
* Support silent build rules with automake 1.11Javier Jardón2010-01-181-16/+14
| | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* add Channel_Interface_Conference.xml to EXTRA_DISTEMPATHY_2_29_5Guillaume Desmottes2010-01-121-1/+2
|
* remove Location from extensionsGuillaume Desmottes2009-08-171-1/+0
|
* Merge branch 'debug'Jonny Lamb2009-06-051-1/+2
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Add Debug interface.Jonny Lamb2009-04-241-1/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | stop to generate tube new API extensionsGuillaume Desmottes2009-05-281-4/+1
| |
* | Get the telepathy bits generatedPierre-Luc Beaudoin2009-05-081-0/+1
| |
* | Add shave support to build process.Jonny Lamb2009-04-241-12/+14
|/ | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-0/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* Removed Channel_Type_File_Transfer.xml from extensions.Jonny Lamb2009-02-211-1/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2521
* Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons2009-02-031-1/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380
* Add extension for new-style DBus tubesSjoerd Simons2009-01-101-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2197
* Add new StreamTube specSjoerd Simons2009-01-101-1/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2150
* Fix distcheck of extensions/Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1937
* Update tools to latest version of tp-glib and include a gitignoreXavier Claessens2008-11-221-19/+8
| | | | svn path=/trunk/; revision=1883
* extensions/Makefile.am: fix allow-undefined-interfaces paramXavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1870
* extensions/Makefile.am: pass allow-undefined-interfaces param to doc ↵Xavier Claessens2008-11-221-0/+1
| | | | | | generator so it doesn't complain about missing external ref svn path=/trunk/; revision=1869
* Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec file. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1731
* Add new tube handling interfaceXavier Claessens2008-04-201-1/+2
| | | | svn path=/trunk/; revision=971
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-201-3/+1
| | | | svn path=/trunk/; revision=967
* Add Chandler and Filter interfacesXavier Claessens2008-04-111-1/+3
| | | | svn path=/trunk/; revision=918
* Update extensions dir based on the example in tp-glibXavier Claessens2008-04-111-8/+14
| | | | svn path=/trunk/; revision=917
* Fix build of extensions: s/>>/>/ for signals rule.Xavier Claessens2008-03-111-1/+1
| | | | svn path=/trunk/; revision=740
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-261-0/+130
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