diff options
author | Werner Koch <wk@gnupg.org> | 2022-08-01 15:10:07 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-08-01 15:10:07 +0200 |
commit | 10f42f313ca7c1815005acfab9076e3ff9961fcc (patch) | |
tree | 664e29e96d1fa961b03fcfbefcb03b7487729ad8 /Makefile.am | |
parent | common: Add a default OpenPGP ECC mapping. (diff) | |
download | gnupg2-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.am | 2 |
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" ) |