tizen 2.3.1 release
[external/libgnutls26.git] / libextra / gnutls-extra.pc.in
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2010 Free Software
3 # Foundation, Inc.
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.
13
14 prefix=@prefix@
15 exec_prefix=@exec_prefix@
16 libdir=@libdir@
17 includedir=@includedir@
18
19 Name: GnuTLS-extra
20 Description: Additional add-ons for GnuTLS licensed under GPL
21 URL: http://www.gnu.org/software/gnutls/
22 Requires: gnutls
23 Version: @VERSION@
24 Libs: -L${libdir} -lgnutls-extra
25 Libs.private: @LIBGNUTLS_EXTRA_LIBS@
26 Cflags: -I${includedir}