Install a pkg-config file.
[fides] / lib / fides.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: fides
7 Description: A lightweight cryptographic authorisation framework
8 URL: http://www.tinc-vpn.org/
9 Requires: botan-1.8
10 Version: @VERSION@
11 Libs: -L${libdir} -lfides
12 Cflags: -I${includedir}