From: Dan Fandrich Date: Thu, 13 Sep 2007 22:20:35 +0000 (+0000) Subject: Compile samples with -DCURL_NO_OLDIES X-Git-Tag: curl-7_17_1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8412d1e4937899aedc69852cc5de63c4273e14d6;p=thirdparty%2Fcurl.git Compile samples with -DCURL_NO_OLDIES --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index c64b8f1d84..9127c3d5ac 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