diff options
Diffstat (limited to '')
-rw-r--r-- | agent/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index 6680dcc25..baeab5d65 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -47,8 +47,13 @@ gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \ protect_tool_SOURCES = \ protect-tool.c \ - protect.c + protect.c \ + minip12.c minip12.h + protect_tool_LDADD = ../jnlib/libjnlib.a \ ../common/libcommon.a $(LIBGCRYPT_LIBS) + + + |