diff options
author | Werner Koch <[email protected]> | 2002-06-25 17:50:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-25 17:50:59 +0000 |
commit | c65009a2c5e73d0bfee6b8ff499a161fcf735f93 (patch) | |
tree | d3cdbd170c7461bfbf2786fbf2b25689a94a2a6a /agent/Makefile.am | |
parent | * certdump.c (print_dn_part): Always print a leading slash, (diff) | |
download | gnupg-NEWPG-0-3-8.tar.gz gnupg-NEWPG-0-3-8.zip |
* protect-tool.c (rsa_key_check): New.NEWPG-0-3-8
(import_p12_file): New.
(main): New command --p12-import.
* minip12.c, minip12.h: New.
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) + + + |