Commit 606f72bb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Setup include path to the lib dir to enable inclusion of "config.h"

parent 327e6a2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

AUTOMAKE_OPTIONS = foreign nostdinc

INCLUDES = -I$(top_srcdir)/include/curl
INCLUDES = -I$(top_srcdir)/include/curl -I$(top_srcdir)/lib

LIBDIR = ../../lib