]> git.proxmox.com Git - swtpm.git/blame - Makefile.am
tests: Use nm and grep to check for ASAN
[swtpm.git] / Makefile.am
CommitLineData
f163b202
SB
1#
2# Makefile.am
3#
4# For the license, see the COPYING file in the root directory.
5#
6
7SUBDIRS = \
8 include \
e46a2b66
SB
9 man \
10 samples \
f163b202 11 src \
e46a2b66 12 tests
f163b202
SB
13
14ACLOCAL_AMFLAGS = -I m4
15
16EXTRA_DIST = \
17 CHANGES \
18 INSTALL \
82ebd89d 19 LICENSE \
f163b202 20 COPYING \
dfd53161 21 README \
4608cc33 22 swtpm.spec \
dfd53161 23 autogen.sh
a7320793
SB
24
25if WITH_SELINUX
26selinux-install selinux-uninstall:
27 @cd src/selinux && $(MAKE) $(AM_MAKEFLAGS) $@
a7320793 28endif
07ea18bc 29
e689684c 30.PHONY: selinux-install selinux-uninstall