aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-12 20:54:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-12 20:54:54 +0000
commitf5a6355172fce41ce66acf84ca645d6df2c833a8 (patch)
treef7a8385d0c80db004de21b5966aca4ad0622a717 /docs/examples/Makefile.am
parentffff8ddbef298d960bb4f91128298cf28f8d9928 (diff)
fix include path
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 64a79dce2..5fa9a496f 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