Fix dangling/unused bindings in `(gnutls)'.
[gnutls.git] / libextra / gnutls-extra.pc.in
blob3f1d98617b0d545eac781215c8921d6461a6f4f5
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006 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-extra
19 Description: Additional add-ons for GnuTLS licensed under GPL
20 Requires: gnutls
21 Version: @VERSION@
22 Libs: -L${libdir} -lgnutls-extra
23 Libs.private: @LIBGNUTLS_EXTRA_LIBS@
24 Cflags: -I${includedir}