diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 3b79226b0..2d07ad272 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,12 +40,8 @@ endif if BUILD_GPG gpg = g10 -if !HAVE_W32CE_SYSTEM -keyserver = -endif else gpg = -keyserver = endif if BUILD_GPGSM sm = sm @@ -90,7 +86,7 @@ tests = endif SUBDIRS = m4 gl common ${kbx} \ - ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ + ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ ${tools} po ${doc} ${tests} dist_doc_DATA = README |