mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
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:
parent
6fcf98f617
commit
8c9233f6b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user