diff options
author | Werner Koch <[email protected]> | 2003-06-05 07:14:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-06-05 07:14:21 +0000 |
commit | b7b07d36e89ce30b2cf4774ed0e36d2403777bab (patch) | |
tree | cb0cd2ecfa92a13b98ba03fd41909498e59cabf2 /configure.ac | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-b7b07d36e89ce30b2cf4774ed0e36d2403777bab.tar.gz gnupg-b7b07d36e89ce30b2cf4774ed0e36d2403777bab.zip |
A small step for GnuPG but a huge leap for error codes.
(Sorry, it does not build currently - I need to check it in to avoid
duplicate work.)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e075d7196..2f0bf9d64 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ have_ksba=no have_opensc=no have_pth=no -GNUPG_BUILD_PROGRAM(gpg, no) +GNUPG_BUILD_PROGRAM(gpg, yes) GNUPG_BUILD_PROGRAM(gpgsm, yes) GNUPG_BUILD_PROGRAM(agent, yes) GNUPG_BUILD_PROGRAM(scdaemon, yes) @@ -363,6 +363,7 @@ if test "$build_scdaemon" = "yes"; then fi +AM_CONDITIONAL(BUILD_GPG, test "$build_gpg" = "yes") AM_CONDITIONAL(BUILD_GPGSM, test "$build_gpgsm" = "yes") AM_CONDITIONAL(BUILD_AGENT, test "$build_agent" = "yes") AM_CONDITIONAL(BUILD_SCDAEMON, test "$build_scdaemon" = "yes") @@ -375,6 +376,7 @@ intl/Makefile jnlib/Makefile common/Makefile kbx/Makefile +g10/Makefile sm/Makefile agent/Makefile scd/Makefile |