diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-11 13:31:04 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-11 13:31:04 +0100 |
commit | 6a8c47bd29d24d160b56d782513db0187b80819d (patch) | |
tree | 1a7cbc3a98010a058913b8faa3c62132c6fa09e2 /sm/Makefile.am | |
parent | New searchmode and hack to allow a hex encoded serial number (diff) | |
download | gnupg2-6a8c47bd29d24d160b56d782513db0187b80819d.tar.xz gnupg2-6a8c47bd29d24d160b56d782513db0187b80819d.zip |
Implemented encryption in server mode.
Allow to specify a recipient on the commandline
There is still a default hardwired recipient if none has been set.
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 48257ce83..52b78bc0b 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -32,6 +32,7 @@ gpgsm_SOURCES = \ call-agent.c \ fingerprint.c \ base64.c \ + certlist.c \ certdump.c \ certcheck.c \ certpath.c \ |