From 606f72bb1346af228db4079f690ff3ba7af42844 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Mar 2003 08:53:44 +0000 Subject: Setup include path to the lib dir to enable inclusion of "config.h" --- 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 6ecc2607a..1363add60 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc -INCLUDES = -I$(top_srcdir)/include/curl +INCLUDES = -I$(top_srcdir)/include/curl -I$(top_srcdir)/lib LIBDIR = ../../lib -- cgit v1.2.3