mirror of https://github.com/wolfSSL/wolfTPM.git
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
|
|
include examples/native/include.am
|
|
include examples/wrap/include.am
|
|
include examples/bench/include.am
|
|
include examples/tls/include.am
|
|
include examples/csr/include.am
|
|
include examples/pkcs7/include.am
|
|
|
|
dist_example_DATA+= examples/README.md \
|
|
examples/tpm_io.c \
|
|
examples/tpm_io.h \
|
|
examples/tpm_test.h
|