aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-13 14:14:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-13 14:14:35 +0000
commit57572e550f446b1532efb06a5cd2c7af59c5f62f (patch)
treedf57477ddb4cfdba685df6cdb1a838048b19abc9 /tests/libtest/Makefile.am
parent3aea0d3d68a5b508cf76b0622ba208ca7c9fe42c (diff)
include files without the curl/ to reduce the risk of us including the wrong
set of include files during tests
Diffstat (limited to 'tests/libtest/Makefile.am')
-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 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