From 03efb5f119b0d1f6b3aff36118b052a1fd804b78 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 11 Oct 2010 19:20:25 +0000 Subject: Fix bug#1205 --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index c263c65..c2c3f56 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2010-10-11 Werner Koch + + * Makefile.am (w32cetools): Move ce-server to here. + 2010-03-17 Werner Koch * pipeconnect.c: New. Based on fdpassing.c diff --git a/tests/Makefile.am b/tests/Makefile.am index ef68924..d82e18b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,7 +28,7 @@ CLEANFILES = TESTS = pipeconnect if HAVE_W32CE_SYSTEM -w32cetools = ce-createpipe +w32cetools = ce-createpipe ce-server endif if USE_DESCRIPTOR_PASSING @@ -39,6 +39,6 @@ endif 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) -- cgit v1.2.3