~ubuntu-branches/ubuntu/maverick/curl/maverick

1.1.11 by Michael Vogt
Import upstream version 7.18.2
1
# These are all libcurl example programs to be test compiled
2
check_PROGRAMS = 10-at-a-time anyauthput cookie_interface \
3
  debug fileupload fopen ftpget ftpgetresp ftpupload \
4
  getinfo getinmemory http-post httpput \
5
  https multi-app multi-debugcallback multi-double \
6
  multi-post multi-single persistant post-callback \
7
  postit2 sepheaders simple simplepost simplessl \
1.2.2 by Domenico Andreoli
Import upstream version 7.19.7
8
  sendrecv httpcustomheader certinfo chkspeed ftpgetinfo
1.1.11 by Michael Vogt
Import upstream version 7.18.2
9
10
# These examples require external dependencies that may not be commonly
11
# available on POSIX systems, so don't bother attempting to compile them here.
12
COMPLICATED_EXAMPLES = \
13
 curlgtk.c curlx.c htmltitle.cc cacertinmem.c ftpuploadresume.c \
14
 ghiper.c hiperfifo.c htmltidy.c multithread.c \
1.1.12 by Andreas Schuldei
Import upstream version 7.19.4
15
 opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c
1.1.11 by Michael Vogt
Import upstream version 7.18.2
16