summaryrefslogtreecommitdiff
path: root/salut
diff options
context:
space:
mode:
authorSiraj Razick <siraj.razick@collabora.co.uk>2012-02-03 17:54:41 -0500
committerSiraj Razick <siraj.razick@collabora.co.uk>2012-02-17 15:46:52 -0500
commitc4508d097d735e52fbd4d5a50177ba9ad6744595 (patch)
treee47f459e2aba1dcbe69aef4d505bc325841d65fb /salut
parentd26187345ce6fb1370139b8bac75eebcf5d082d7 (diff)
downloadtelepathy-salut-c4508d097d735e52fbd4d5a50177ba9ad6744595.tar.gz
plugins: Create a new library libsalut-plugins containing the plugin API
The patch moves the symbols required by plugins, into a new library libsalut-plugins.la
Diffstat (limited to 'salut')
-rw-r--r--salut/telepathy-salut-uninstalled.pc.in1
-rw-r--r--salut/telepathy-salut.pc.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/salut/telepathy-salut-uninstalled.pc.in b/salut/telepathy-salut-uninstalled.pc.in
index c5932a40..38c4f231 100644
--- a/salut/telepathy-salut-uninstalled.pc.in
+++ b/salut/telepathy-salut-uninstalled.pc.in
@@ -12,4 +12,5 @@ Description: Link-local XMPP backend for the Telepathy framework (uninstalled)
Version: @VERSION@
Requires: pkg-config >= 0.21
Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, telepathy-glib >= 0.13.12
+Libs: ${abs_top_builddir}/src/libsalut-plugins.la
Cflags: -I${abs_top_srcdir} -I${abs_top_srcdir}/lib/ext/wocky
diff --git a/salut/telepathy-salut.pc.in b/salut/telepathy-salut.pc.in
index 4292b162..2e5e24c2 100644
--- a/salut/telepathy-salut.pc.in
+++ b/salut/telepathy-salut.pc.in
@@ -12,4 +12,5 @@ Description: Link-local XMPP backend for the Telepathy framework
Version: @VERSION@
Requires: pkg-config >= 0.21
Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, telepathy-glib >= 0.13.12
+Libs: -L${libdir} -lsalut-plugins
Cflags: -I${includedir}/telepathy-salut-0