~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/examples/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  https multi-app multi-debugcallback multi-double \
6
6
  multi-post multi-single persistant post-callback \
7
7
  postit2 sepheaders simple simplepost simplessl \
8
 
  sendrecv
 
8
  sendrecv httpcustomheader certinfo
9
9
 
10
10
# These examples require external dependencies that may not be commonly
11
11
# available on POSIX systems, so don't bother attempting to compile them here.
12
12
COMPLICATED_EXAMPLES = \
13
13
 curlgtk.c curlx.c htmltitle.cc cacertinmem.c ftpuploadresume.c \
14
14
 ghiper.c hiperfifo.c htmltidy.c multithread.c \
15
 
 opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c
16
 
 
 
15
 opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c
17
16