summaryrefslogtreecommitdiff
path: root/modules/tls-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-01-23 20:38:51 +0000
committerBruno Haible <bruno@clisp.org>2006-01-23 20:38:51 +0000
commit740b6ed284f7fdd75cbb03193d0bf568962932cd (patch)
treeaca33d6f93a035f60c5d96e54435008105e8f5a1 /modules/tls-tests
parent376384bdbda5e64de9784274b19ac933dca336b9 (diff)
downloadgnulib-740b6ed284f7fdd75cbb03193d0bf568962932cd.tar.gz
Simplify.
Diffstat (limited to 'modules/tls-tests')
-rw-r--r--modules/tls-tests3
1 files changed, 1 insertions, 2 deletions
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)