1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* Makefile.am (sm): Build kbx only if gpgsm is to be build.

* maperror.c: Removed header ksba.h.  Not required anymore.
This commit is contained in:
Werner Koch 2004-07-20 18:41:49 +00:00
parent 3d471c15b8
commit 2e10dbd6c8
4 changed files with 16 additions and 2 deletions

View file

@ -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: