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

« back to all changes in this revision

Viewing changes to docs/examples/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-12-11 19:33:21 UTC
  • mfrom: (3.4.2 squeeze) (40.1.2 curl)
  • Revision ID: james.westby@ubuntu.com-20091211193321-tenukopudyznzbjj
* Merge with Debian testing.  Remaining changes:
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

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 httpcustomheader certinfo
 
8
  sendrecv httpcustomheader certinfo chkspeed ftpgetinfo
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.