Commit 8c9233f6 authored by Yang Tse's avatar Yang Tse
Browse files

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.
parent 6fcf98f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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