Update gnulib files.
[gnutls.git] / lib / gnutls.pc.in
bloba4a34954ff28dada8e0e0ec50c08aab279519c7c
1 # Process this file with autoconf to produce a pkg-config metadata file.
3 # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software
4 # Foundation, Inc.
6 # Copying and distribution of this file, with or without modification,
7 # are permitted in any medium without royalty provided the copyright
8 # notice and this notice are preserved.  This file is offered as-is,
9 # without any warranty.
11 # Author: Simon Josefsson
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 URL: http://www.gnu.org/software/gnutls/
21 Version: @VERSION@
22 Libs: -L${libdir} -lgnutls
23 Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@
24 Cflags: -I${includedir}