]> git.proxmox.com Git - libtpms.git/blob - libtpms.pc.in
tpm2: When writing state initialize s_ContextSlotMask if not set
[libtpms.git] / libtpms.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=@libdir@
4 includedir=@includedir@
5 cryptolib=@cryptolib@
6
7 with_tpm1=@WITH_TPM1@
8 with_tpm2=@WITH_TPM2@
9
10 Name: libtpms
11 Version: @VERSION@
12 Description: libtpms
13 Libs: -L${libdir} -ltpms
14 Cflags: -I${includedir}