]> git.proxmox.com Git - swtpm.git/blame - src/Makefile.am
swtpm_setup: Also create the primary storage keys as ECC keys
[swtpm.git] / src / Makefile.am
CommitLineData
f163b202
SB
1#
2# src/Makefile.am
3#
4# For the license, see the COPYING file in the root directory.
5#
6
7SUBDIRS = \
e46a2b66
SB
8 swtpm \
9 swtpm_bios \
10 swtpm_cert \
c3fdf688
SB
11 swtpm_ioctl
12if WITH_SWTPM_SETUP
13SUBDIRS += \
e46a2b66 14 swtpm_setup
c3fdf688 15endif
ec37bb56
SB
16
17if WITH_SELINUX
18SUBDIRS += \
19 selinux
20endif