1# Process this file with autoconf to produce a pkg-config metadata file.
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@/opendkim
7
8Name: OpenDKIM Library
9Description: Library for performing DKIM signing and verification
10URL: http://opendkim.org
11Version: @VERSION@
12Libs: -L${libdir} @PTHREAD_CFLAGS@ -lopendkim
13Libs.private: @LIBOPENDKIM_LIBS_PKG@ @PTHREAD_LIBS@
14Cflags: -I${includedir} @PTHREAD_CFLAGS@
15
16