From 740b6ed284f7fdd75cbb03193d0bf568962932cd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 Jan 2006 20:38:51 +0000 Subject: [PATCH] Simplify. --- ChangeLog | 6 ++++++ modules/lock-tests | 3 +-- modules/tls-tests | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f424f2fb..fdeffd6fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-19 Simon Josefsson + + * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS. + Remove the test_*_SOURCES variable: automake infers it by default. + * modules/tls-tests: Likewise. + 2006-01-22 Ralf Wildenhues (tiny change) * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp. diff --git a/modules/lock-tests b/modules/lock-tests index 568077176..2e410c99a 100644 --- a/modules/lock-tests +++ b/modules/lock-tests @@ -14,7 +14,6 @@ AC_SUBST([LIBSCHED]) Makefile.am: TESTS += test-lock -noinst_PROGRAMS += test-lock -test_lock_SOURCES = test-lock.c +check_PROGRAMS += test-lock test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD) diff --git a/modules/tls-tests b/modules/tls-tests index 8824febff..7868519c1 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) -- 2.11.0