aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam Roberts <william.c.roberts@intel.com>2019-07-10 14:04:06 -0500
committerPhilip Tricca <philip.b.tricca@intel.com>2019-07-25 22:35:28 -0700
commitbc76d5a9d67e5c9f3d2f73e8474008cc711099ea (patch)
treeecff1a24024d2101a1cb4fd13f15301b52c3d8ca /configure.ac
parent9c1d17582344ab2b83f5c7ad14ec48250dcae6ce (diff)
downloadtpm2-tss-bc76d5a9d67e5c9f3d2f73e8474008cc711099ea.tar.gz
tss2-rc: add TSS2_RC decoding library
This library implements the TCG spec: -https://trustedcomputinggroup.org/wp-content/uploads/TCG_TSS_RC_v1p0_r12_pub.pdf This library allows for the conversion of TSS2_RC's from numerical form to a standardized human readable text string. Fixes: #1444 Signed-off-by: William Roberts <william.c.roberts@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 102d4b90..77de4d60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) #Backward compatible setti
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile Doxyfile lib/tss2-sys.pc lib/tss2-esys.pc lib/tss2-mu.pc lib/tss2-tcti-device.pc lib/tss2-tcti-mssim.pc lib/tss2-tctildr.pc])
+AC_CONFIG_FILES([Makefile Doxyfile lib/tss2-sys.pc lib/tss2-esys.pc lib/tss2-mu.pc lib/tss2-tcti-device.pc lib/tss2-tcti-mssim.pc lib/tss2-rc.pc lib/tss2-tctildr.pc])
# propagate configure arguments to distcheck
AC_SUBST([DISTCHECK_CONFIGURE_FLAGS],[$ac_configure_args])