1# Process this file with autoconf to produce a pkg-config metadata file. 2 3prefix=@prefix@ 4exec_prefix=@exec_prefix@ 5libdir=@libdir@ 6includedir=@includedir@ 7 8Name: VBR (Vouch by reference library) 9Description: Library for assisting in Vouch By Refence functions 10URL: http://opendkim.org 11Version: @VERSION@ 12Libs: -L${libdir} -lvbr 13Libs.private: @LIBRESOLV@ 14Cflags: -I${includedir} 15 16