diff options
Diffstat (limited to '')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 9994ea191..d5c92f896 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -150,7 +150,8 @@ gpg_sources = server.c \ call-agent.c call-agent.h \ trust.c $(trust_source) $(tofu_source) \ $(card_source) \ - exec.c exec.h + exec.c exec.h \ + key-check.c key-check.h gpg_SOURCES = gpg.c \ keyedit.c keyedit.h \ |