From: Yang Tse Date: Fri, 9 Feb 2007 12:41:57 +0000 (+0000) Subject: Include both testutil.c and testutil.h, and not just testutil.c, in the X-Git-Tag: curl-7_16_2~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c9233f6b2577b6d2a314d83bc2e30fc1dee2cea;p=curl 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. --- 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