diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 024ffe2..0ccb981 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,11 +20,13 @@ TESTS_ENVIRONMENT = -EXTRA_DIST = motd ce-createpipe.c +EXTRA_DIST = motd ce-createpipe.c $(testtools) BUILT_SOURCES = CLEANFILES = +testtools = socks5 + TESTS = version pipeconnect if HAVE_W32CE_SYSTEM @@ -35,10 +37,10 @@ if USE_DESCRIPTOR_PASSING TESTS += fdpassing endif - AM_CFLAGS = $(GPG_ERROR_CFLAGS) +AM_LDFLAGS = -no-install noinst_HEADERS = common.h -noinst_PROGRAMS = $(TESTS) $(w32cetools) +noinst_PROGRAMS = $(TESTS) $(w32cetools) $(testtools) LDADD = ../src/libassuan.la $(NETLIBS) $(GPG_ERROR_LIBS) |