# Process this file with autoconf to produce a pkg-config metadata file. prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/opendkim Name: OpenDKIM Library Description: Library for performing DKIM signing and verification URL: http://opendkim.org Version: @VERSION@ Libs: -L${libdir} @PTHREAD_CFLAGS@ -lopendkim Libs.private: @LIBOPENDKIM_LIBS_PKG@ @PTHREAD_LIBS@ Cflags: -I${includedir} @PTHREAD_CFLAGS@