From 6756482d2627f67437afb05d88a22f03c6bad07c Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 18 Nov 2022 15:23:26 +0100 Subject: tests: Cleanup mention of removed variable * tests/Makefile.am (noinst_PROGRAMS): Remove w32cetools. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- cgit v1.2.3