]> err.no Git - yubikey-personalization/blob - ykpers-1.pc.in
Merge tag 'v1.15.1'
[yubikey-personalization] / ykpers-1.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Libykpers
7 Description: Personalization library for the YubiKey
8 URL: http://www.yubico.com/
9 Version: @VERSION@
10 Libs: -L${libdir} -lykpers-1 @PTHREAD_LIBS@
11 Cflags: -I${includedir}/ykpers-1 @PTHREAD_CFLAGS@