diff options
author | Werner Koch <[email protected]> | 2009-05-18 17:38:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-05-18 17:38:34 +0000 |
commit | 387a51f9515fdfa26b5fa8bb22366844a315fd9c (patch) | |
tree | 026a801ad349e59e2e64c495a7478533cf627ecb /Makefile.am | |
parent | Changed default algo and size. (diff) | |
download | gnupg-387a51f9515fdfa26b5fa8bb22366844a315fd9c.tar.gz gnupg-387a51f9515fdfa26b5fa8bb22366844a315fd9c.zip |
New gpgsm server option no-encrypt-to.
Add caching for symkey encryption.
Minor cleanups.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ecc325797..ae98909e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,11 @@ scd = scd else scd = endif +#if BUILD_G13 +#g13 = g13 +#else +#g13 = +#endif if BUILD_TOOLS tools = tools else @@ -72,7 +77,7 @@ tests = tests endif SUBDIRS = m4 gl include jnlib common ${kbx} \ - ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests} + ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${tools} po ${doc} ${tests} dist_doc_DATA = README |