From 8219bc9e19c78ec4617ae5311b4ea64c49763ff6 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 17 Dec 2010 23:34:06 +0100
Subject: [PATCH] examples: build all examples easier

---
 docs/examples/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
GitLab