swtpm/src/Makefile.am
Stefan Berger 64faf455fb build-sys: Build swtpm_setup on all supported platforms
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>
2018-08-07 12:19:47 -04:00

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