summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-08-01 15:10:07 +0200
committerWerner Koch <wk@gnupg.org>2022-08-01 15:10:07 +0200
commit10f42f313ca7c1815005acfab9076e3ff9961fcc (patch)
tree664e29e96d1fa961b03fcfbefcb03b7487729ad8 /Makefile.am
parentcommon: Add a default OpenPGP ECC mapping. (diff)
downloadgnupg2-10f42f313ca7c1815005acfab9076e3ff9961fcc.tar.xz
gnupg2-10f42f313ca7c1815005acfab9076e3ff9961fcc.zip
tests: Install links for tpm2daemon
* Makefile.am (all-local): Install missing symlinks. -- GnuPG-bug-id: 6052
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e54202748..76c298c4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,6 +147,8 @@ all-local:
do ln -sf ../scd/$$i .; done; \
for i in gpg-preset-passphrase; \
do ln -sf ../agent/$$i .; done; \
+ for i in tpm2daemon; \
+ do [ -f ../tpm2d/$$i ] && ln -sf ../tpm2d/$$i .; done; \
echo "created links to binaries" )