diff options
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index 8ec81932f..9258fc86d 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -51,7 +51,11 @@ gpg_agent_SOURCES = \ common_libs = $(libcommon) ../gl/libgnu.a commonpth_libs = $(libcommonpth) ../gl/libgnu.a +if HAVE_W32CE_SYSTEM +pwquery_libs = +else pwquery_libs = ../common/libsimple-pwquery.a +endif #if HAVE_W32_SYSTEM #.rc.o: |