[svn] GnuPG - r5307 - trunk/agent

svn author wk cvs at cvs.gnupg.org
Wed Apr 14 18:52:02 CEST 2010


Author: wk
Date: 2010-04-14 18:52:02 +0200 (Wed, 14 Apr 2010)
New Revision: 5307

Modified:
   trunk/agent/ChangeLog
   trunk/agent/Makefile.am
Log:
Remove dependency to simple-pwquery.


Modified: trunk/agent/ChangeLog
===================================================================
--- trunk/agent/ChangeLog	2010-04-14 14:39:16 UTC (rev 5306)
+++ trunk/agent/ChangeLog	2010-04-14 16:52:02 UTC (rev 5307)
@@ -2,6 +2,7 @@
 
 	* Makefile.am (libexec_PROGRAMS) [W32CE]: Do not build
 	gpg-preset-passphrase for now.
+	(pwquery_libs) [W32CE]: Set to empty.
 
 	* trustlist.c (read_one_trustfile): Use estream.
 

Modified: trunk/agent/Makefile.am
===================================================================
--- trunk/agent/Makefile.am	2010-04-14 14:39:16 UTC (rev 5306)
+++ trunk/agent/Makefile.am	2010-04-14 16:52:02 UTC (rev 5307)
@@ -51,7 +51,11 @@
 
 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:




More information about the Gnupg-commits mailing list