]> git.proxmox.com Git - swtpm.git/blob - src/swtpm_setup/Makefile.am
build-sys: fix make distcheck
[swtpm.git] / src / swtpm_setup / Makefile.am
1 #
2 # src/swtpm_setup/Makefile.am
3 #
4 # For the license, see the LICENSE file in the root directory.
5 #
6
7 noinst_HEADERS = \
8 swtpm_setup.h
9
10 bin_PROGRAMS = \
11 swtpm_setup
12
13 swtpm_setup_SOURCES = swtpm_setup.c
14
15 dist_bin_SCRIPTS = swtpm_setup.sh
16
17 install-exec-hook:
18 if test -z $(DESTDIR); then \
19 chown @TSS_USER@:@TSS_GROUP@ $(DESTDIR)$(bindir)/swtpm_setup.sh || true; \
20 fi
21
22 EXTRA_DIST = \
23 README