]> git.proxmox.com Git - swtpm.git/blob - Makefile.am
tests: Add test case to check that swtpm sends a TPM2_Shutdown
[swtpm.git] / Makefile.am
1 #
2 # Makefile.am
3 #
4 # For the license, see the COPYING file in the root directory.
5 #
6
7 SUBDIRS = \
8 include \
9 man \
10 samples \
11 src \
12 tests
13
14 ACLOCAL_AMFLAGS = -I m4
15
16 EXTRA_DIST = \
17 CHANGES \
18 INSTALL \
19 LICENSE \
20 COPYING \
21 README \
22 swtpm.spec \
23 autogen.sh
24
25 if WITH_SELINUX
26 selinux-install selinux-uninstall:
27 @cd src/selinux && $(MAKE) $(AM_MAKEFLAGS) $@
28 endif
29
30 .PHONY: selinux-install selinux-uninstall