From 57572e550f446b1532efb06a5cd2c7af59c5f62f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Dec 2002 14:14:35 +0000 Subject: include files without the curl/ to reduce the risk of us including the wrong set of include files during tests --- tests/libtest/Makefile.am | 2 +- tests/libtest/test.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest') diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 103f3e1c6..1ba02bf80 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc -INCLUDES = -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include/curl LIBDIR = ../../lib diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 959270a30..d9fbef311 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -1,3 +1,3 @@ -#include +#include #include -- cgit v1.2.3