From 38cf0268c0d1c3a8af5237fa357ce1c33a9912d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Mar 2003 15:54:46 +0000 Subject: use include path from BUILD dir since we want the config.h --- tests/libtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 1363add60..e7d3338c0 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 -I$(top_srcdir)/lib +INCLUDES = -I$(top_srcdir)/include/curl -I$(top_builddir)/lib LIBDIR = ../../lib -- cgit v1.2.3