]> git.proxmox.com Git - swtpm.git/blob - src/Makefile.am
swtpm: If necessary send TPM2_Shutdown() before TPMLIB_Terminate()
[swtpm.git] / src / Makefile.am
1 #
2 # src/Makefile.am
3 #
4 # For the license, see the COPYING file in the root directory.
5 #
6
7 SUBDIRS = \
8 utils \
9 swtpm \
10 swtpm_bios \
11 swtpm_cert \
12 swtpm_ioctl \
13 swtpm_localca \
14 swtpm_setup
15
16 if WITH_SELINUX
17 SUBDIRS += \
18 selinux
19 endif