]> git.proxmox.com Git - swtpm.git/blob - Makefile.am
tests: Fix expiration date check for 32 bit machines
[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 scripts \
13 tests
14
15 ACLOCAL_AMFLAGS = -I m4
16
17 EXTRA_DIST = \
18 CHANGES \
19 INSTALL \
20 LICENSE \
21 COPYING \
22 README \
23 swtpm.spec \
24 autogen.sh
25
26 if WITH_SELINUX
27 selinux-install selinux-uninstall:
28 @cd src/selinux && $(MAKE) $(AM_MAKEFLAGS) $@
29 endif
30
31 .PHONY: selinux-install selinux-uninstall