aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-12-17 23:34:06 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-17 23:34:06 +0100
commit8219bc9e19c78ec4617ae5311b4ea64c49763ff6 (patch)
treef61ac68817a22e438cb0481f77d2ae69784a7f0f /docs/examples/Makefile.am
parent57523e3578b17c07b0fbf7b22063544ade3df799 (diff)
examples: build all examples easier
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 8d92f7311..c5f97856b 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)