| Index: src/include/Makefile.am
|
| diff --git a/src/include/Makefile.am b/src/include/Makefile.am
|
| index c774b2db7bdf80e71f856ad335d70b8ef49a14da..2adec8a9391a068accee070ec04dd7d724c6db0b 100644
|
| --- a/src/include/Makefile.am
|
| +++ b/src/include/Makefile.am
|
| @@ -26,3 +26,18 @@ tssinclude_HEADERS = tss/tcpa_error.h \
|
| tss/tpm_ordinal.h
|
| trousersinclude_HEADERS = trousers/tss.h trousers/trousers.h
|
|
|
| +noinst_HEADERS = auth_mgr.h authsess.h biosem.h capabilities.h \
|
| + hosttable.h imaem.h memmgr.h obj_context.h \
|
| + obj_daaarakey.h obj_daacred.h obj_daa.h \
|
| + obj_daaissuerkey.h obj_delfamily.h obj_encdata.h \
|
| + obj.h obj_hash.h obj_migdata.h obj_nv.h \
|
| + obj_pcrs.h obj_policy.h obj_rsakey.h \
|
| + obj_tpm.h req_mgr.h rpc_tcstp.h rpc_tcstp_tcs.h \
|
| + rpc_tcstp_tsp.h spi_utils.h tcs_aik.h \
|
| + tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \
|
| + tcsem.h tcs_int_literals.h tcs_key_ps.h \
|
| + tcslog.h tcsps.h tcs_tsp.h tcs_utils.h \
|
| + tddl.h threads.h trousers_types.h tsp_audit.h \
|
| + tsp_delegate.h tsplog.h tspps.h tsp_seal.h \
|
| + linux/tpm.h
|
| +
|
|
|