aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-09-13 22:20:35 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-09-13 22:20:35 +0000
commit8412d1e4937899aedc69852cc5de63c4273e14d6 (patch)
tree8debcf0e866f1a36e985e65e185e148cbd802305 /docs/examples/Makefile.am
parent2ee41a5ffcf4b9736f56e0f69b08d51e2c8ab876 (diff)
Compile samples with -DCURL_NO_OLDIES
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index c64b8f1d8..9127c3d5a 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -9,6 +9,7 @@ EXTRA_DIST = README Makefile.example makefile.dj $(COMPLICATED_EXAMPLES)
INCLUDES = -I$(top_srcdir)/include
LIBDIR = $(top_builddir)/lib
+CPPFLAGS = -DCURL_NO_OLDIES
# Dependencies
LDADD = $(LIBDIR)/libcurl.la