summaryrefslogtreecommitdiffstats
path: root/libtpms.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libtpms.pc.in')
-rw-r--r--libtpms.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/libtpms.pc.in b/libtpms.pc.in
new file mode 100644
index 0000000..fbd10f9
--- /dev/null
+++ b/libtpms.pc.in
@@ -0,0 +1,14 @@
+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}