From 8c9233f6b2577b6d2a314d83bc2e30fc1dee2cea Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 9 Feb 2007 12:41:57 +0000 Subject: [PATCH] Include both testutil.c and testutil.h, and not just testutil.c, in the list of source files for those tests that use it. Otherwise testutil.h might not be found by the compiler. --- tests/libtest/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 61f8f399b..0509c0796 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -37,8 +37,8 @@ LIBDIR = $(top_builddir)/lib EXTRA_DIST = test307.pl -# Source code file used only in some libcurl test programs -TESTUTIL = testutil.c +# files used only in some libcurl test programs +TESTUTIL = testutil.c testutil.h # these files are used in every single test program below SUPPORTFILES = first.c test.h