From: Daniel Stenberg Date: Fri, 17 Dec 2010 22:34:06 +0000 (+0100) Subject: examples: build all examples easier X-Git-Tag: curl-7_21_4~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8219bc9e19c78ec4617ae5311b4ea64c49763ff6;p=thirdparty%2Fcurl.git examples: build all examples easier --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 8d92f73110..c5f97856be 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -34,4 +34,4 @@ LDADD = $(LIBDIR)/libcurl.la # Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines include Makefile.inc - +all: $(check_PROGRAMS)