aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.m32
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-09-23 03:00:32 +0200
committerGuenter Knauf <lists@gknw.net>2011-09-23 03:00:32 +0200
commitef3f1f314631eb9bb5843c78349ec685aa5ef4a6 (patch)
tree2d4bccee285a1ea11c50821783d7b92681e3fbae /docs/examples/Makefile.m32
parentba52e0a93bbdfa0430d12cda14d4ed71616b92a1 (diff)
Added Win32-only samples.
Diffstat (limited to 'docs/examples/Makefile.m32')
-rw-r--r--docs/examples/Makefile.m321
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32
index 909ec8cde..975eed6b9 100644
--- a/docs/examples/Makefile.m32
+++ b/docs/examples/Makefile.m32
@@ -216,6 +216,7 @@ curl_LDADD += -lws2_32
include Makefile.inc
check_PROGRAMS := $(patsubst %,%.exe,$(strip $(check_PROGRAMS)))
+check_PROGRAMS += ftpuploadresume.exe synctime.exe
all: $(check_PROGRAMS)