From c65009a2c5e73d0bfee6b8ff499a161fcf735f93 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Jun 2002 17:50:59 +0000 Subject: * protect-tool.c (rsa_key_check): New. (import_p12_file): New. (main): New command --p12-import. * minip12.c, minip12.h: New. --- agent/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'agent/Makefile.am') 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) + + + -- cgit v1.2.3