mirror of
https://git.proxmox.com/git/libtpms
synced 2025-08-17 17:05:25 +00:00
15 lines
249 B
PkgConfig
15 lines
249 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
cryptolib=@cryptolib@
|
|
|
|
with_tpm1=@WITH_TPM1@
|
|
with_tpm2=@WITH_TPM2@
|
|
|
|
Name: libtpms
|
|
Version: @VERSION@
|
|
Description: libtpms
|
|
Libs: -L${libdir} -ltpms
|
|
Cflags: -I${includedir}
|