From 740b6ed284f7fdd75cbb03193d0bf568962932cd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 Jan 2006 20:38:51 +0000 Subject: Simplify. --- modules/tls-tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/tls-tests') diff --git a/modules/tls-tests b/modules/tls-tests index 8824febff4..7868519c10 100644 --- a/modules/tls-tests +++ b/modules/tls-tests @@ -14,7 +14,6 @@ AC_SUBST([LIBSCHED]) Makefile.am: TESTS += test-tls -noinst_PROGRAMS += test-tls -test_tls_SOURCES = test-tls.c +check_PROGRAMS += test-tls test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD) -- cgit v1.2.1