summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-27 16:00:04 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-27 16:00:04 +0200
commit74062dd6be8373a3a692580aa0e7808a1a2f0624 (patch)
tree1b920f84dc5779aa328c20c239fca964a112c540
parent6c79f80768310baab38496255d349e722aa173c8 (diff)
downloadgnutls-74062dd6be8373a3a692580aa0e7808a1a2f0624.tar.gz
corrected for libnettle.
-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 2d3328c1a3..32170b64e1 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: @LTLIBGCRYPT@ @NETTLE_LIBS@
+Libs.private: @LTLIBNETTLE@
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}