swtpm/src/Makefile.am
Stefan Berger c3fdf68860 Skip swtpm_setup build if NVRAM tools are not available
When NVRAM tools are not available we skip building swtpm_setup.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2017-01-02 20:53:28 -05:00

21 lines
247 B
Makefile

#
# src/Makefile.am
#
# For the license, see the COPYING file in the root directory.
#
SUBDIRS = \
swtpm \
swtpm_bios \
swtpm_cert \
swtpm_ioctl
if WITH_SWTPM_SETUP
SUBDIRS += \
swtpm_setup
endif
if WITH_SELINUX
SUBDIRS += \
selinux
endif