+2006-01-19 Simon Josefsson <jas@extundo.com>
+
+ * 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 <Ralf.Wildenhues@gmx.de> (tiny change)
* gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
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)
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)