aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-07-13 21:31:44 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-07-13 21:31:44 +0000
commit5bed99c97da7fcbd1c832074dc73efefee81a94c (patch)
tree43bfe21b01e291c4e36e4d76ddafe338e99d0c5e /docs/examples/Makefile.am
parent46c699c483f3e453fa6b0e8f69846ecce95a1a0f (diff)
The examples don't need access to curl internal source files.
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am4
1 files changed, 1 insertions, 3 deletions
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