diff options
author | Olli Salli <olli.salli@collabora.co.uk> | 2012-03-15 20:31:45 +0200 |
---|---|---|
committer | Olli Salli <olli.salli@collabora.co.uk> | 2012-03-15 22:03:11 +0200 |
commit | 049df2b8be6b0e78a6fe3b5d876c7a75f81ddb16 (patch) | |
tree | ae8676167767fa17ba20a3ef250ce9925d204044 /salut | |
parent | a9023d868ebda36a2dc7e1c6da7f25f9d458a169 (diff) |
Add wocky to LIBS salut plugin API pkgconfig files
Because it's not yet a proper library with its own pkgconfig file
Diffstat (limited to 'salut')
-rw-r--r-- | salut/telepathy-salut-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | salut/telepathy-salut.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/salut/telepathy-salut-uninstalled.pc.in b/salut/telepathy-salut-uninstalled.pc.in index 38c4f231..018ac924 100644 --- a/salut/telepathy-salut-uninstalled.pc.in +++ b/salut/telepathy-salut-uninstalled.pc.in @@ -12,5 +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 +Libs: ${abs_top_builddir}/src/libsalut-plugins.la ${abs_top_builddir}/lib/ext/wocky/wocky/libwocky.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 2e5e24c2..c124d1d8 100644 --- a/salut/telepathy-salut.pc.in +++ b/salut/telepathy-salut.pc.in @@ -12,5 +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 +Libs: -L${libdir} -lsalut-plugins -lwocky Cflags: -I${includedir}/telepathy-salut-0 |