]> granicus.if.org Git - curl/commitdiff
include files without the curl/ to reduce the risk of us including the wrong
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2002 14:14:35 +0000 (14:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2002 14:14:35 +0000 (14:14 +0000)
set of include files during tests

tests/libtest/Makefile.am
tests/libtest/test.h

index 103f3e1c6eca7703e44480a26f93aa37441c576e..1ba02bf805f665df0b89b04e329aac307443e4c5 100644 (file)
@@ -4,7 +4,7 @@
 
 AUTOMAKE_OPTIONS = foreign nostdinc
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include/curl
 
 LIBDIR = ../../lib
 
index 959270a306cf352461c4c08f38c7718b3f806434..d9fbef31112d650c64b9080b4b6cde423414633f 100644 (file)
@@ -1,3 +1,3 @@
-#include <curl/curl.h>
+#include <curl.h>
 #include <stdio.h>