OLD | NEW |
1 tssincludedir = $(includedir)/tss | 1 tssincludedir = $(includedir)/tss |
2 trousersincludedir = $(includedir)/trousers | 2 trousersincludedir = $(includedir)/trousers |
3 | 3 |
4 tssinclude_HEADERS = tss/tcpa_error.h \ | 4 tssinclude_HEADERS = tss/tcpa_error.h \ |
5 tss/tcs_error.h \ | 5 tss/tcs_error.h \ |
6 tss/tcs_defines.h \ | 6 tss/tcs_defines.h \ |
7 tss/tcs.h \ | 7 tss/tcs.h \ |
8 tss/tddlapi_error.h \ | 8 tss/tddlapi_error.h \ |
9 tss/tspi.h \ | 9 tss/tspi.h \ |
10 tss/tss_error.h \ | 10 tss/tss_error.h \ |
11 tss/platform.h \ | 11 tss/platform.h \ |
12 tss/tcpa_struct.h \ | 12 tss/tcpa_struct.h \ |
13 tss/tcs_structs.h \ | 13 tss/tcs_structs.h \ |
14 tss/tddl_error.h \ | 14 tss/tddl_error.h \ |
15 tss/tss_defines.h \ | 15 tss/tss_defines.h \ |
16 tss/tss_structs.h \ | 16 tss/tss_structs.h \ |
17 tss/tcpa_defines.h \ | 17 tss/tcpa_defines.h \ |
18 tss/tcpa_typedef.h \ | 18 tss/tcpa_typedef.h \ |
19 tss/tcs_typedef.h \ | 19 tss/tcs_typedef.h \ |
20 tss/tddli.h \ | 20 tss/tddli.h \ |
21 tss/tss_error_basics.h \ | 21 tss/tss_error_basics.h \ |
22 tss/tss_typedef.h \ | 22 tss/tss_typedef.h \ |
23 tss/compat11b.h \ | 23 tss/compat11b.h \ |
24 tss/tpm.h \ | 24 tss/tpm.h \ |
25 tss/tpm_error.h \ | 25 tss/tpm_error.h \ |
26 tss/tpm_ordinal.h | 26 tss/tpm_ordinal.h |
27 trousersinclude_HEADERS = trousers/tss.h trousers/trousers.h | 27 trousersinclude_HEADERS = trousers/tss.h trousers/trousers.h |
28 | 28 |
| 29 noinst_HEADERS = auth_mgr.h authsess.h biosem.h capabilities.h \ |
| 30 hosttable.h imaem.h memmgr.h obj_context.h \ |
| 31 obj_daaarakey.h obj_daacred.h obj_daa.h \ |
| 32 obj_daaissuerkey.h obj_delfamily.h obj_encdata.h \ |
| 33 obj.h obj_hash.h obj_migdata.h obj_nv.h \ |
| 34 obj_pcrs.h obj_policy.h obj_rsakey.h \ |
| 35 obj_tpm.h req_mgr.h rpc_tcstp.h rpc_tcstp_tcs.h \ |
| 36 rpc_tcstp_tsp.h spi_utils.h tcs_aik.h \ |
| 37 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \ |
| 38 tcsem.h tcs_int_literals.h tcs_key_ps.h \ |
| 39 tcslog.h tcsps.h tcs_tsp.h tcs_utils.h \ |
| 40 tddl.h threads.h trousers_types.h tsp_audit.h \ |
| 41 tsp_delegate.h tsplog.h tspps.h tsp_seal.h \ |
| 42 linux/tpm.h |
| 43 |
OLD | NEW |