From 7c4ae04029d3863f7b94f340a5699e809f88af83 Mon Sep 17 00:00:00 2001 From: Alvaro Soliverez Date: Thu, 24 Nov 2011 13:50:29 -0300 Subject: [PATCH] Add libs to -pc.in files --- salut/telepathy-salut-uninstalled.pc.in | 1 + salut/telepathy-salut.pc.in | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/salut/telepathy-salut-uninstalled.pc.in b/salut/telepathy-salut-uninstalled.pc.in index c5932a4..bfe79b9 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: ${pcfiledir}/libtelepathy-salut.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 4292b16..0c6d911 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} -ltelepathy-salut Cflags: -I${includedir}/telepathy-salut-0 -- 1.7.7.3