diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-09 17:20:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-03 19:40:27 +0200 |
commit | c67a003f2467fa3daf7ca2b85247df80c24e0ea2 (patch) | |
tree | 8a15c4a4a5e635e624b56ebbd04434c84091bce8 /lib/gnutls.pc.in | |
parent | 96febfef5a80a4e128683663e3cdc4a50f8db78c (diff) | |
download | gnutls-c67a003f2467fa3daf7ca2b85247df80c24e0ea2.tar.gz |
Added initial PKCS #11 support. Certtool can now print lists of certificates
available in system.
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r-- | lib/gnutls.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index a4a34954ff..5898ca1a72 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -20,5 +20,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@ @LTLIBTASN1@ +Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@ @LTLIBPAKCHOIS@ Cflags: -I${includedir} |