diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 1 | ||||
-rw-r--r-- | tools/Makefile.am | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index aeb2313ac..b3e846a53 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -2,6 +2,7 @@ * Makefile.am (bin_PROGRAMS) [W32CE]: Exclude gpgkey2ssh. (noinst_PROGRAMS) [W32CE]: Don't build them. + (pwquery_libs) [W32CE]: Set to empty. 2010-03-25 Werner Koch <[email protected]> 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) |