aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-10 10:57:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-10 10:57:50 +0200
commit657d02fbaca47a8f3a13982f450c7001fc40cc0b (patch)
treefc5d85e295b301e9df09b36b149456eae158a9e6 /docs/examples/Makefile.inc
parent8e2de86723e15f625f0c272ae2098554d10f03d0 (diff)
rtsp.c: converted to C
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
Diffstat (limited to 'docs/examples/Makefile.inc')
-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 9a2b48ea1..c07520321 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -4,7 +4,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
https multi-app multi-debugcallback multi-double multi-post multi-single \
persistant post-callback postit2 sepheaders simple simplepost simplessl \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
- smtp-multi simplesmtp smtp-tls
+ smtp-multi simplesmtp smtp-tls rtsp
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.