aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-13 15:54:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-13 15:54:46 +0000
commit38cf0268c0d1c3a8af5237fa357ce1c33a9912d7 (patch)
treef8dc58f6de511438975d24b5e38b5521376ce77a /tests/libtest
parent2d2034703f3a197a89516813270aa8ff3334fb2c (diff)
use include path from BUILD dir since we want the config.h
Diffstat (limited to 'tests/libtest')
-rw-r--r--tests/libtest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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