mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-23 16:01:32 +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}
|