~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to src/Makefile.inc

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-30 13:34:14 UTC
  • mfrom: (76.1.1 utopic)
  • Revision ID: package-import@ubuntu.com-20140430133414-lal4vsnldlvsue7n
* Merge from Debian unstable.  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        ../lib/strtoofft.c \
14
14
        ../lib/strdup.c \
15
15
        ../lib/rawstr.c \
16
 
        ../lib/nonblock.c
 
16
        ../lib/nonblock.c \
 
17
        ../lib/warnless.c
17
18
 
18
19
CURL_CFILES = \
19
20
        tool_binmode.c \