Changed the makefile so the doc/examples/ programs are never built in a

normal build/install (only with the 'make check' target), so that a
build failure in the examples isn't fatal.
This commit is contained in:
Dan Fandrich
2008-03-31 03:01:13 +00:00
parent 80e7f9b9de
commit 1e482fe6a8
6 changed files with 12 additions and 7 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Daniel Fandrich (30 Mar 2008)
- Changed the makefile so the doc/examples/ programs are never built in a
normal build/install (only with the 'make check' target), so that a
build failure in the examples isn't fatal.
Version 7.18.1 (30 March 2008)
Daniel Stenberg (28 Mar 2008)