Update copyright years.
[gnutls.git] / lib / gnutls.pc.in
blob3b01c1786426a3d4636994d5eed1516cdeeae03b
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright (C) 2002, 2003, 2004, 2005,
3 #               2006, 2007, 2008, 2009 Free Software Foundation
4 # Author: Simon Josefsson
5
6 # This file is free software; as a special exception the author gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # This file is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
12 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 prefix=@prefix@
15 exec_prefix=@exec_prefix@
16 libdir=@libdir@
17 includedir=@includedir@
19 Name: GnuTLS
20 Description: Transport Security Layer implementation for the GNU system
21 URL: http://www.gnu.org/software/gnutls/
22 Version: @VERSION@
23 Libs: -L${libdir} -lgnutls
24 Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@
25 Cflags: -I${includedir}