diff options
author | Andre Heinecke <[email protected]> | 2022-11-18 14:23:26 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2023-10-28 11:34:35 +0000 |
commit | 6756482d2627f67437afb05d88a22f03c6bad07c (patch) | |
tree | add0c9e89467382c984d089700a1fe9bcf361659 | |
parent | doc: Minor style fixes. (diff) | |
download | libassuan-6756482d2627f67437afb05d88a22f03c6bad07c.tar.gz libassuan-6756482d2627f67437afb05d88a22f03c6bad07c.zip |
tests: Cleanup mention of removed variable
* tests/Makefile.am (noinst_PROGRAMS): Remove w32cetools.
-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@ |