diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-09 12:41:57 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-09 12:41:57 +0000 |
commit | 8c9233f6b2577b6d2a314d83bc2e30fc1dee2cea (patch) | |
tree | 3aa41c23850a52062dd677470728162a23a69569 | |
parent | 6fcf98f61793e5bc273e857a24b63a58dea2c4c3 (diff) |
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.
-rw-r--r-- | tests/libtest/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |