diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/Makefile.am | 1 |
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 |