summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-04-14 19:56:22 +0200
committerWerner Koch <wk@gnupg.org>2010-04-14 19:56:22 +0200
commit6616ba9a1ed4fa3abededdecf390586f73c713c4 (patch)
treea89712513f8ab2c4300eaa80ec083b9c70c028a5 /tools/Makefile.am
parentRemove dependency to simple-pwquery. (diff)
downloadgnupg2-6616ba9a1ed4fa3abededdecf390586f73c713c4.tar.xz
gnupg2-6616ba9a1ed4fa3abededdecf390586f73c713c4.zip
Fixed dependencies and a syntax error
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4bdeacb88..017bde0c5 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -60,7 +60,11 @@ noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit
endif
common_libs = $(libcommon) ../gl/libgnu.a
+if HAVE_W32CE_SYSTEM
+pwquery_libs =
+else
pwquery_libs = ../common/libsimple-pwquery.a
+endif
if HAVE_W32CE_SYSTEM
opt_libassuan_libs = $(LIBASSUAN_LIBS)