aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* sync tools/* with tp-glib masterGuillaume Desmottes2012-09-171-11/+8
| | | | Fix extensions/Makefile.am to build with the new tools.
* Run from the source directory without installingEmanuele Aina2012-03-061-1/+6
| | | | | | | Use the tools/empathy-env wrapper to set an appropriate environment and launch the compiled programs without installing them. https://bugzilla.gnome.org/show_bug.cgi?id=671447
* Update tools from telepathy-glibEmilio Pozuelo Monfort2011-02-011-4/+10
|
* Support silent build rules with automake 1.11Javier Jardón2010-01-181-11/+9
| | | | | | | | | | 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 simple flymake support.Jonny Lamb2009-06-051-0/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add shave support to build process.Jonny Lamb2009-04-241-9/+11
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update tools to latest version of tp-glib and include a gitignoreXavier Claessens2008-11-221-10/+19
| | | | svn path=/trunk/; revision=1883
* Update tools from tp-glib 0.7.6Xavier Claessens2008-04-111-5/+19
| | | | svn path=/trunk/; revision=915
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-261-0/+41
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