diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |