From: Daniel Stenberg Date: Thu, 12 Jul 2007 20:54:54 +0000 (+0000) Subject: fix include path X-Git-Tag: curl-7_17_0-preldapfix~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a6355172fce41ce66acf84ca645d6df2c833a8;p=thirdparty%2Fcurl.git fix include path --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 64a79dce29..5fa9a496f5 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = README Makefile.example makefile.dj $(COMPLICATED_EXAMPLES) -INCLUDES = -I$(top_srcdir)/include/curl \ +INCLUDES = -I$(top_srcdir)/include \ -I$(top_builddir)/lib \ -I$(top_srcdir)/lib