diff options
author | Bruno Haible <bruno@clisp.org> | 2006-01-23 20:38:51 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2006-01-23 20:38:51 +0000 |
commit | 740b6ed284f7fdd75cbb03193d0bf568962932cd (patch) | |
tree | aca33d6f93a035f60c5d96e54435008105e8f5a1 /modules/tls-tests | |
parent | 376384bdbda5e64de9784274b19ac933dca336b9 (diff) | |
download | gnulib-740b6ed284f7fdd75cbb03193d0bf568962932cd.tar.gz |
Simplify.
Diffstat (limited to 'modules/tls-tests')
-rw-r--r-- | modules/tls-tests | 3 |
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) |