summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-07-20 20:41:49 +0200
committerWerner Koch <wk@gnupg.org>2004-07-20 20:41:49 +0200
commit2e10dbd6c8a7b8a80f90e9ff6e4285803c86dc48 (patch)
tree4dd96fbde0c63dcabcac1d26e624ee245777a2c7 /Makefile.am
parentNew option --enable-agent-only. (diff)
downloadgnupg2-2e10dbd6c8a7b8a80f90e9ff6e4285803c86dc48.tar.xz
gnupg2-2e10dbd6c8a7b8a80f90e9ff6e4285803c86dc48.zip
* Makefile.am (sm): Build kbx only if gpgsm is to be build.
* maperror.c: Removed header ksba.h. Not required anymore.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f7d1771c..9be193353 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,13 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = scripts/config.rpath autogen.sh README.CVS
DISTCLEANFILES = g10defs.h
+if BUILD_GPGSM
+kbx = kbx
+else
+kbx =
+endif
+
+
if BUILD_GPG
gpg = g10
else
@@ -45,7 +52,7 @@ else
scd =
endif
-SUBDIRS = m4 intl jnlib common kbx \
+SUBDIRS = m4 intl jnlib common ${kbx} \
${gpg} ${sm} ${agent} ${scd} tools po doc tests
dist-hook: