summaryrefslogtreecommitdiff
path: root/lib/gnutls.pc.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-17 09:47:03 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-17 09:47:03 +0200
commitee7802a60fec46ad1ae95746f690fab386f03c05 (patch)
tree20c6b67dfdf61d768a566796445a054daa643b7a /lib/gnutls.pc.in
parent652a9422711f07ff1272511ed25f447c06dd9de4 (diff)
downloadgnutls-ee7802a60fec46ad1ae95746f690fab386f03c05.tar.gz
Add -ltasn1 to pkg-config file.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r--lib/gnutls.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in
index b1f9020e47..3b01c17864 100644
--- a/lib/gnutls.pc.in
+++ b/lib/gnutls.pc.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a pkg-config metadata file.
# Copyright (C) 2002, 2003, 2004, 2005,
-# 2006, 2007, 2008 Free Software Foundation
+# 2006, 2007, 2008, 2009 Free Software Foundation
# Author: Simon Josefsson
#
# This file is free software; as a special exception the author gives
@@ -21,5 +21,5 @@ 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@
+Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@
Cflags: -I${includedir}