summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-06-30 15:19:49 +0200
committerWerner Koch <wk@gnupg.org>2006-06-30 15:19:49 +0200
commit640d5a8c53289f396ae018a4c36e2e8894261329 (patch)
treef2aecb490c84becc776ae45f32b027672a69ed19 /Makefile.am
parentA couple of fixes. gpg2's key generation does now work. (diff)
downloadgnupg2-640d5a8c53289f396ae018a4c36e2e8894261329.tar.xz
gnupg2-640d5a8c53289f396ae018a4c36e2e8894261329.zip
Added keyserver directory from trunk
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; \