include files without the curl/ to reduce the risk of us including the wrong
set of include files during tests
This commit is contained in:
parent
3aea0d3d68
commit
57572e550f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include/curl
|
||||||
|
|
||||||
LIBDIR = ../../lib
|
LIBDIR = ../../lib
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user