mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-03 19:58:33 +00:00
Introduce compile-time variable HAVE_TCSD if the TCSD could be found. It influences whether TPM 1.2 related swtpm_setup test cases can be run. If it is set, they can be run. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
18 lines
210 B
Makefile
18 lines
210 B
Makefile
#
|
|
# src/Makefile.am
|
|
#
|
|
# For the license, see the COPYING file in the root directory.
|
|
#
|
|
|
|
SUBDIRS = \
|
|
swtpm \
|
|
swtpm_bios \
|
|
swtpm_cert \
|
|
swtpm_ioctl \
|
|
swtpm_setup
|
|
|
|
if WITH_SELINUX
|
|
SUBDIRS += \
|
|
selinux
|
|
endif
|