From 7422e7dc122dada45664df3832ca6e89563dee15 Mon Sep 17 00:00:00 2001 From: Alvaro Soliverez Date: Thu, 24 Nov 2011 13:46:57 -0300 Subject: [PATCH] Add libs to -pc.in files --- gabble/telepathy-gabble-uninstalled.pc.in | 1 + 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 72aa5d1..22b775c 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: ${pcfiledir}/libtelepathy-gabble.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 d566118..200f279 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} -ltelepathy-gabble Cflags: -I${includedir}/telepathy-gabble-0 -- 1.7.7.3