summaryrefslogtreecommitdiff
path: root/salut/telepathy-salut.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Require telepathy-glib 0.20, and forbid functions deprecated in that versionSimon McVittie2013-01-041-1/+1
|
* Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2012-03-261-1/+1
| | | | | | | | | | | Similar to https://bugs.freedesktop.org/show_bug.cgi?id=46417 in Gabble. This lets you configure the plugin directory: ./configure pluginexecdir='${libdir}/my-salut-plugins' Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=47774
* Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie2012-03-261-1/+2
| | | | | | | Similar to https://bugs.freedesktop.org/show_bug.cgi?id=46417 in Gabble. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=47774
* Add wocky to LIBS salut plugin API pkgconfig filesOlli Salli2012-03-151-1/+1
| | | | Because it's not yet a proper library with its own pkgconfig file
* plugins: Create a new library libsalut-plugins containing the plugin APISiraj Razick2012-02-171-0/+1
| | | | | The patch moves the symbols required by plugins, into a new library libsalut-plugins.la
* salut: remove duplicate pkg-config fileJonny Lamb2011-03-181-1/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* plugin: fix up pkg-config filesJonny Lamb2011-02-081-2/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* plugins: start defining SalutPlugin interfaceJonny Lamb2011-02-071-0/+15
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>