]> granicus.if.org Git - curl/commitdiff
Include both testutil.c and testutil.h, and not just testutil.c, in the
authorYang Tse <yangsita@gmail.com>
Fri, 9 Feb 2007 12:41:57 +0000 (12:41 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 9 Feb 2007 12:41:57 +0000 (12:41 +0000)
list of source files for those tests that use it. Otherwise testutil.h
might not be found by the compiler.

tests/libtest/Makefile.am

index 61f8f399b9afb0f589fc5dccce1ae48a96287bae..0509c0796d22e227a0c4a28528db4c80ac49c91b 100644 (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