diff options
author | Siraj Razick <siraj.razick@collabora.co.uk> | 2012-01-25 16:32:32 -0500 |
---|---|---|
committer | Siraj Razick <siraj.razick@collabora.co.uk> | 2012-02-06 12:33:43 -0500 |
commit | 0c0dccb8135ca48e4222a408043dc93b3fcf4a98 (patch) | |
tree | bd100a39d46b347356de14d2512c9340b39dc599 /gabble | |
parent | f54da139bb483fce675d6f11bfc000ec2d6732aa (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.in | 1 | ||||
-rw-r--r-- | gabble/telepathy-gabble.pc.in | 1 |
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 |