~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to include/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:
62
62
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
63
63
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
64
64
        $(top_srcdir)/m4/xc-cc-check.m4 \
 
65
        $(top_srcdir)/m4/xc-lt-iface.m4 \
65
66
        $(top_srcdir)/m4/xc-translit.m4 \
66
67
        $(top_srcdir)/m4/xc-val-flgs.m4 \
67
68
        $(top_srcdir)/m4/zz40-xc-ovr.m4 \
159
160
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
160
161
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
161
162
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
 
163
CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
162
164
CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
163
165
CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
164
166
CYGPATH_W = @CYGPATH_W@
250
252
USE_SSLEAY = @USE_SSLEAY@
251
253
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
252
254
VERSION = @VERSION@
253
 
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
254
255
VERSIONNUM = @VERSIONNUM@
255
256
ZLIB_LIBS = @ZLIB_LIBS@
256
257
abs_builddir = @abs_builddir@