[Pkg-gnupg-commit] [libassuan] 331/437: Fix bug#1205

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 03efb5f119b0d1f6b3aff36118b052a1fd804b78
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Oct 11 19:20:25 2010 +0000

    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  <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
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)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list