certtool is able to set certificate policies via a template
[gnutls.git] / lib / gnutls.pc.in
blobc45f8f35d8f654ace01d2408afae9a8a8f918fd9
1 # Process this file with autoconf to produce a pkg-config metadata file.
3 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.  This file is offered as-is,
8 # without any warranty.
10 # Author: Simon Josefsson
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 libdir=@libdir@
15 includedir=@includedir@
17 Name: GnuTLS
18 Description: Transport Security Layer implementation for the GNU system
19 URL: http://www.gnu.org/software/gnutls/
20 Version: @VERSION@
21 Libs: -L${libdir} -lgnutls
22 Libs.private: @LTLIBNETTLE@
23 @GNUTLS_REQUIRES_PRIVATE@
24 Cflags: -I${includedir}