summaryrefslogtreecommitdiff
path: root/extensions/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use telepathy-glib for Sidecars1 interfaceSimon McVittie2014-02-071-1/+0
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70382 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Use AC_PROG_MKDIR_P/MKDIR_P, not deprecated AM_PROG_MKDIR_P/mkdir_pSimon McVittie2013-10-091-1/+1
| | | | | | | Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Be single-include-compliantSimon McVittie2013-01-041-1/+1
|
* Clean all generated files, fixing distcheckSimon McVittie2013-01-041-2/+14
|
* Update doc-generator from telepathy-glib masterSimon McVittie2013-01-041-1/+3
| | | | | This adds more checks, so add Connection_Status to all.xml, and specifically allow references to interfaces from telepathy-spec.
* Update libglibcodegen from telepathy-glib master, and add libtpcodegenSimon McVittie2013-01-041-16/+0
| | | | | | | | | | This requires the imports in glib-ginterface-gen to be updated too. Sync the entire file. It no longer needs signals-marshal.h to be generated, so drop that. This also introduces more strict checks for extension interfaces, so sync the OLPC interfaces from Gabble master, and add Room_Handle to the list of external types in all.xml.
* Support building for Android.Alvaro Soliverez2011-11-211-0/+12
| | | | | | | | | | | This adds an autogen.sh and configure flag, --disable-submodules, to disable fetching the Wocky submodule (the flag is plural for consistency with other components), adds some missing compiler and linker flags, and adds targets for Androgenizer. Modified from a patch contributed by Derek Foreman. https://bugs.freedesktop.org/show_bug.cgi?id=42515
* Merge branch 'sidetzars'Jonny Lamb2011-03-211-0/+2
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/all.xml salut/Makefile.am src/salut-connection.c Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * test plugin: add simple sidecar supportJonny Lamb2011-03-151-0/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | extensions: remove ContactCapabilities draftJonny Lamb2011-03-171-1/+0
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Quieten build furtherSimon McVittie2010-05-201-11/+11
|
* Revert "Shave salut's build."Simon McVittie2010-05-201-13/+11
| | | | | | | | | This reverts commit 99cc66bb81516ad87657e8d49e286502bba63f69. Conflicts: lib/gibber/Makefile.am src/Makefile.am
* Remove the Channel_Future.xml extension as it's no longer used.Mike Ruprecht2010-04-061-2/+0
|
* remove new tube API from extensions/Guillaume Desmottes2009-06-261-3/+0
|
* Shave salut's build.Jonny Lamb2009-04-251-11/+13
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'master' into ↵Guillaume Desmottes2009-02-171-1/+0
|\ | | | | | | | | | | | | | | requestotron-tubes-and-caps-with-complex-types-with-gibber-listener-REBASED Conflicts: extensions/Makefile.am
| * remove Channel_Type_File_Transfer from extensionsGuillaume Desmottes2009-02-171-1/+0
| |
* | Add the new capabilities interface in extensions/Alban Crequy2009-02-091-0/+1
|/
* Add the new tube D-Bus API in extensions.Alban Crequy2009-02-031-0/+3
|
* extensions/Makefile.am: remove Channel_Type_File.xmltelepathy-salut-0.3.6Guillaume Desmottes2008-12-021-1/+0
|
* Added new File channel type spec and got current code to compile.Jonny Lamb2008-10-281-0/+1
| | | | 20080716124438-8ed0e-719526712fb057566d999a8a06f0e209a6a65eb6.gz
* Build extensions.c into libsalut-extensionsWill Thompson2008-08-261-0/+1
|
* Generate GTypes for spec extensionsWill Thompson2008-08-261-0/+7
|
* Move extensions/tools to tools (consistent with Gabble, telepathy-glib, etc.)Simon McVittie2008-04-211-3/+1
| | | | 20080421164835-53eee-424948eb2510e98e743a9c2ba68b8985ed9f84de.gz
* Remove the fragile spec-gen.am stuff (no longer used)Simon McVittie2008-04-211-2/+0
| | | | 20080421161739-53eee-57bc93785fef1e8c7ac3a3cc5d0e26a0344118e4.gz
* Update code generation machinerySimon McVittie2008-04-211-55/+68
| | | | 20080421161638-53eee-78f691d4d0d0c0963127d77bae015e548efe831f.gz
* Add coverage and valgrind support for testsEmanuele Aina2007-06-241-2/+2
| | | | 20070624215711-f974e-565c5019028294ac2c333e9e863af6699abfb83f.gz
* Resolve extensions/Makefile.amSimon McVittie2007-06-071-1/+17
| | | | 20070607122004-53eee-9a1d4202543f5f10c62471a5d68f039d388ca24f.gz
* Update c-interfaces-generator.xsl from telepathy-glib.Simon McVittie2007-06-071-15/+1
| | | | | | | 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
* Fix conflict in extensions/ in favour of using normal extension build ↵Simon McVittie2007-06-061-24/+23
| | | | | | process for everything, even with --disable-olpc 20070606175118-53eee-210ac216bf7e178ef2c1589f9c4b5d06c5ed64f4.gz
* Add a copy of the file transfer interface to the extensions dirMarco Barisione2007-05-151-23/+24
| | | | 20070515191456-f1355-d83b1a705a3ee0f0d6793b5e06a86d40e41302fe.gz
* extensions/Makefile.am: get all.xml from $(srcdir)Simon McVittie2007-06-061-1/+1
| | | | 20070606172906-53eee-2a28d52a045207de41a4abd5dc2a4eb7af9ed861.gz
* Pull in auto-generation machinery from Gabble. Move tools from lib/ to ↵Simon McVittie2007-06-061-42/+52
| | | | | | extensions/ to resemble Gabble 20070606165843-53eee-ee2cd10c63a285e337237aa70c295477b0be051d.gz
* Add codegeneration and build infrastructure for OLPCSjoerd Simons2007-04-171-0/+83
20070417194301-93b9a-f4bb96a6c6ae35d9a4354d0f099860b0c32c9df6.gz