~ubuntu-branches/ubuntu/saucy/curl/saucy-proposed

« back to all changes in this revision

Viewing changes to include/curl/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. 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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64
64
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65
65
        $(top_srcdir)/m4/xc-cc-check.m4 \
 
66
        $(top_srcdir)/m4/xc-lt-iface.m4 \
66
67
        $(top_srcdir)/m4/xc-translit.m4 \
67
68
        $(top_srcdir)/m4/xc-val-flgs.m4 \
68
69
        $(top_srcdir)/m4/zz40-xc-ovr.m4 \
149
150
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
150
151
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
151
152
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
 
153
CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
152
154
CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
153
155
CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
154
156
CYGPATH_W = @CYGPATH_W@
240
242
USE_SSLEAY = @USE_SSLEAY@
241
243
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
242
244
VERSION = @VERSION@
243
 
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
244
245
VERSIONNUM = @VERSIONNUM@
245
246
ZLIB_LIBS = @ZLIB_LIBS@
246
247
abs_builddir = @abs_builddir@