summaryrefslogtreecommitdiff
path: root/lib/gnutls.pc.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-15 12:58:36 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-15 12:58:36 +0000
commit37f54a43f9709368281f325108b9c4ef3b8d0dd1 (patch)
treee96207f37856c05082a5a44f1d3f0c97cd3acc88 /lib/gnutls.pc.in
parent81de511a95a77fed88a4f69d1c7e80554e805508 (diff)
downloadgnutls-37f54a43f9709368281f325108b9c4ef3b8d0dd1.tar.gz
Add 'Requires: libtasn1' to make 'pkg-config --libs gnutls' output
-ltasn1. Reported by Pavlov Konstantin <thresh@altlinux.ru>.
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r--lib/gnutls.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in
index 16e3fe52c5..c857152cb3 100644
--- a/lib/gnutls.pc.in
+++ b/lib/gnutls.pc.in
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a pkg-config metadata file.
-# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
# Author: Simon Josefsson
#
# This file is free software; as a special exception the author gives
@@ -17,6 +17,7 @@ includedir=@includedir@
Name: GnuTLS
Description: Transport Security Layer implementation for the GNU system
+Requires: libtasn1
Version: @VERSION@
Libs: -L${libdir} -lgnutls
Libs.private: @LIBGNUTLS_LIBS@