From f09ec713c68c4c9b0c6dd89090fc9ce4e9d93042 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 4 Oct 2007 23:21:58 +0000 Subject: Update runtests to the latest version. Fix various other missing or incorrect makefile and configure rules and some include issues so that the portability layer compiles and passes its test suite. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7716ba1..b433f6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,7 +105,7 @@ tests_portable_snprintf_t_LDADD = tests/libtest.a util/libutil.a \ tests_util_concat_t_LDADD = tests/libtest.a util/libutil.a \ portable/libportable.a tests_util_messages_t_LDADD = tests/libtest.a util/libutil.a \ - portable/libportable. + portable/libportable.a tests_util_xmalloc_LDADD = util/libutil.a portable/libportable.a check-local: $(check_PROGRAMS) -- cgit v1.2.3