summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorSiraj Razick <siraj.razick@collabora.co.uk>2012-01-25 16:32:32 -0500
committerSiraj Razick <siraj.razick@collabora.co.uk>2012-02-01 12:52:22 -0500
commite4cccf0a604c7cdf1107aa9b5d9cdaa996bcc702 (patch)
tree5f17698639cde294c1ca4b96b2bff26806d0f16e /gabble
parentd3beae79aadab2e0adfc206082068fc6689ff290 (diff)
Windows specfic changes to produce plugins as dll's
Using -module doesn't produce .dll files when compiling for windows These changes enable us to output .dll files for plugins. https://bugs.freedesktop.org/show_bug.cgi?id=44649
Diffstat (limited to 'gabble')
-rw-r--r--gabble/telepathy-gabble-uninstalled.pc.in1
-rw-r--r--gabble/telepathy-gabble.pc.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/gabble/telepathy-gabble-uninstalled.pc.in b/gabble/telepathy-gabble-uninstalled.pc.in
index 72aa5d1aa..c4b1847ba 100644
--- a/gabble/telepathy-gabble-uninstalled.pc.in
+++ b/gabble/telepathy-gabble-uninstalled.pc.in
@@ -12,4 +12,5 @@ Description: 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, gio-2.0, telepathy-glib >= 0.7.37
+Libs: ${abs_top_builddir}/src/libgabble-plugins.la
Cflags: -I${abs_top_srcdir} -I${abs_top_srcdir}/lib/ext/wocky
diff --git a/gabble/telepathy-gabble.pc.in b/gabble/telepathy-gabble.pc.in
index d566118ac..40644ad30 100644
--- a/gabble/telepathy-gabble.pc.in
+++ b/gabble/telepathy-gabble.pc.in
@@ -12,4 +12,5 @@ Description: 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, gio-2.0, telepathy-glib >= 0.7.37
+Libs: -L${libdir} -lgabble-plugins
Cflags: -I${includedir}/telepathy-gabble-0