]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
examples/Makefile.inc: specify programs without .c! curl-7_47_0
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jan 2016 07:30:04 +0000 (08:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jan 2016 07:30:04 +0000 (08:30 +0100)
docs/examples/Makefile.inc

index 06f003e9e7338ea5ca545cb7960516f66a06a22e..2944967b2e27e0c2cb1f420660211ba46b7ff26d 100644 (file)
@@ -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.