[svn] assuan - r389 - trunk/tests
svn author wk
cvs at cvs.gnupg.org
Mon Oct 11 21:20:26 CEST 2010
Author: wk
Date: 2010-10-11 21:20:25 +0200 (Mon, 11 Oct 2010)
New Revision: 389
Modified:
trunk/tests/ChangeLog
trunk/tests/Makefile.am
Log:
Fix bug#1205
Modified: trunk/tests/ChangeLog
===================================================================
--- trunk/tests/ChangeLog 2010-09-17 14:16:34 UTC (rev 388)
+++ trunk/tests/ChangeLog 2010-10-11 19:20:25 UTC (rev 389)
@@ -1,3 +1,7 @@
+2010-10-11 Werner Koch <wk at g10code.com>
+
+ * Makefile.am (w32cetools): Move ce-server to here.
+
2010-03-17 Werner Koch <wk at g10code.com>
* pipeconnect.c: New. Based on fdpassing.c
Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am 2010-09-17 14:16:34 UTC (rev 388)
+++ trunk/tests/Makefile.am 2010-10-11 19:20:25 UTC (rev 389)
@@ -28,7 +28,7 @@
TESTS = pipeconnect
if HAVE_W32CE_SYSTEM
-w32cetools = ce-createpipe
+w32cetools = ce-createpipe ce-server
endif
if USE_DESCRIPTOR_PASSING
@@ -39,6 +39,6 @@
AM_CFLAGS = $(GPG_ERROR_CFLAGS)
noinst_HEADERS = common.h
-noinst_PROGRAMS = $(TESTS) ce-server $(w32cetools)
+noinst_PROGRAMS = $(TESTS) $(w32cetools)
LDADD = ../src/libassuan.la $(NETLIBS) $(GPG_ERROR_LIBS)
More information about the Gnupg-commits
mailing list