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