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.
This commit is contained in:
Yang Tse 2007-02-09 12:41:57 +00:00
parent 6fcf98f617
commit 8c9233f6b2
1 changed files with 2 additions and 2 deletions

View File

@ -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