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