From 1e482fe6a8dbc36a4e9ad19eb8fec98f240b5ed5 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 31 Mar 2008 03:01:13 +0000 Subject: 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. --- docs/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/Makefile.am') diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 83980492b..83069d442 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -21,7 +21,7 @@ CPPFLAGS = -DCURL_NO_OLDIES $(STATICCPPFLAGS) # Dependencies LDADD = $(LIBDIR)/libcurl.la -# Makefile.inc provides the noinst_PROGRAMS and COMPLICATED_EXAMPLES defines +# Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines include Makefile.inc -- cgit v1.2.3