Commit 38cf0268 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use include path from BUILD dir since we want the config.h

parent 2d203470
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 -I$(top_srcdir)/lib
INCLUDES = -I$(top_srcdir)/include/curl -I$(top_builddir)/lib

LIBDIR = ../../lib