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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/Makefile.am') 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 -- cgit v1.2.3