aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c5fbe4c3..6f5f165b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,8 +35,11 @@ endif
if BUILD_GPG
gpg = g10
+# fixme: Noy yet ready for a build
+keyserver =
else
gpg =
+keyserver =
endif
if BUILD_GPGSM
sm = sm
@@ -61,7 +64,7 @@ tests = tests
endif
SUBDIRS = m4 intl gl jnlib common ${kbx} \
- ${gpg} ${sm} ${agent} ${scd} tools po doc ${tests}
+ ${gpg} ${keyserver} ${sm} ${agent} ${scd} tools po doc ${tests}
dist-hook:
@set -e; \