From: Dan Fandrich Date: Fri, 13 Jul 2007 21:31:44 +0000 (+0000) Subject: The examples don't need access to curl internal source files. X-Git-Tag: curl-7_17_0-preldapfix~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bed99c97da7fcbd1c832074dc73efefee81a94c;p=curl The examples don't need access to curl internal source files. --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 5fa9a496f..c64b8f1d8 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -6,9 +6,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = README Makefile.example makefile.dj $(COMPLICATED_EXAMPLES) -INCLUDES = -I$(top_srcdir)/include \ - -I$(top_builddir)/lib \ - -I$(top_srcdir)/lib +INCLUDES = -I$(top_srcdir)/include LIBDIR = $(top_builddir)/lib