added new functions
[gnutls.git] / libdane / gnutls-dane.pc.in
blob32a3df48c071fcb7d9e0692ce50aa0b612cc58dd
1 # Process this file with autoconf to produce a pkg-config metadata file.
3 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.  This file is offered as-is,
8 # without any warranty.
10 # Author: Nikos Mavrogiannopoulos
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 libdir=@libdir@
15 includedir=@includedir@
17 Name: GnuTLS-DANE
18 Description: DANE security library for the GNU system
19 URL: http://www.gnu.org/software/gnutls/
20 Version: @VERSION@
21 Libs: -L${libdir} -lgnutls-dane
22 Libs.private: @UNBOUND_LIBS@
23 Requires.private: gnutls
24 Cflags: -I${includedir}