mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Added keyserver directory from trunk
This commit is contained in:
parent
6c208fea32
commit
640d5a8c53
18 changed files with 6746 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue