From f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 24 Mar 2010 12:15:30 +0000 Subject: More changes for CE. gpgsm does now build and run a keylisting. --- am/cmacros.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'am') diff --git a/am/cmacros.am b/am/cmacros.am index be34ca372..da45a67b7 100644 --- a/am/cmacros.am +++ b/am/cmacros.am @@ -48,6 +48,15 @@ if GNUPG_PROTECT_TOOL_PGM AM_CPPFLAGS += -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\"" endif +# Under Windows we use LockFileEx. WindowsCE provides this only on +# the WindowsMobile 6 platform and thus we need to use the coredll6 +# import library. +if HAVE_W32CE_SYSTEM +extra_sys_libs = -lcoredll6 +else +extra_sys_libs = +endif + # Convenience macros libcommon = ../common/libcommon.a -- cgit v1.2.3