From 7936f686349e4adcc7c11f15b9a060f9ec6b1123 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sun, 28 Feb 2010 11:30:09 +0100 Subject: pkg-config: drop @LIBGNUTLS_LIBS@ from Libs.private. This library only contains gnutls itself nowadays, which is in Libs already. Signed-off-by: Nikos Mavrogiannopoulos --- lib/gnutls.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index c9d4919ecd..5fb4251001 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -20,6 +20,6 @@ Description: Transport Security Layer implementation for the GNU system URL: http://www.gnu.org/software/gnutls/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LIBGNUTLS_LIBS@ @LTLIBGCRYPT@ +Libs.private: @LTLIBGCRYPT@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} -- cgit v1.2.1