summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2010-02-28 11:30:09 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-05 10:20:28 +0100
commit7936f686349e4adcc7c11f15b9a060f9ec6b1123 (patch)
treed86c327eaf63052309d8bf8a6e8f793c22f4b322
parent86cd374ca33a6721c8b85982f02349094b370df8 (diff)
downloadgnutls-7936f686349e4adcc7c11f15b9a060f9ec6b1123.tar.gz
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 <nmav@gnutls.org>
-rw-r--r--lib/gnutls.pc.in2
1 files changed, 1 insertions, 1 deletions
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}