diff options
author | Werner Koch <wk@gnupg.org> | 2006-12-21 20:40:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-12-21 20:40:00 +0100 |
commit | 12ca74c836ccacf79f2f193afac334377e41995e (patch) | |
tree | 3a70382f306fe0602b8c9acbd9e995336dc1f097 /g10/Makefile.am | |
parent | The keypad is now also used for OpenPGP signing keys. (diff) | |
download | gnupg2-12ca74c836ccacf79f2f193afac334377e41995e.tar.xz gnupg2-12ca74c836ccacf79f2f193afac334377e41995e.zip |
Started to code a --server mode.
It is far from being ready!
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index c3e5432e3..fdca1405c 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -72,6 +72,7 @@ common_source = \ pkglue.c pkglue.h gpg2_SOURCES = gpg.c \ + server.c \ $(common_source) \ pkclist.c \ skclist.c \ |