Add `gnutls/dtls.h' to the distribution.
[gnutls.git] / lib / gnutls.pc.in
blob6ad27912dffe29c7562ee0154ec305684231e572
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: @LTLIBPAKCHOIS@ @LTLIBGCRYPT@ @NETTLE_LIBS@
24 @GNUTLS_REQUIRES_PRIVATE@
25 Cflags: -I${includedir}