diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8f38c16..5847284 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -51,5 +51,5 @@ AM_LDFLAGS = -no-install endif noinst_HEADERS = common.h -noinst_PROGRAMS = $(test_programs) $(w32cetools) $(testtools) +noinst_PROGRAMS = $(test_programs) $(testtools) LDADD = ../src/libassuan.la $(GPG_ERROR_LIBS) @LDADD_FOR_TESTS_KLUDGE@ |