summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-01-27 08:30:04 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-01-27 08:30:04 +0100
commit06bf874bbca0a5c600b210b5db920eff9f95f0d0 (patch)
tree18c65c1feaf3af000ca1705f9001169c4790880b
parent87a5d3d13e6e812ac7b794b292fe5a2b53686fdb (diff)
downloadcurl-06bf874bbca0a5c600b210b5db920eff9f95f0d0.tar.gz
examples/Makefile.inc: specify programs without .c!curl-7_47_0
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 06f003e9e..2944967b2 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -32,7 +32,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
imap-list imap-lsub imap-fetch imap-store imap-append imap-examine \
imap-search imap-create imap-delete imap-copy imap-noop imap-ssl \
imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
- http2-upload http2-serverpush getredirect.c
+ http2-upload http2-serverpush getredirect
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.