mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-27 15:08:24 +00:00
Ubuntu has different package names that need to be documented separtely. Ubuntu requires exec_prefix in the libtpms.pc file for pkg-config to work. Rework some of the configure.ac parts. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
11 lines
182 B
PkgConfig
11 lines
182 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtpms
|
|
Version: @VERSION@
|
|
Description: libtpms
|
|
Libs: -L${libdir} -ltpms
|
|
Cflags: -I${includedir}
|