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

« back to all changes in this revision

Viewing changes to packages/Solaris/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:
65
65
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66
66
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67
67
        $(top_srcdir)/m4/xc-cc-check.m4 \
 
68
        $(top_srcdir)/m4/xc-lt-iface.m4 \
68
69
        $(top_srcdir)/m4/xc-translit.m4 \
69
70
        $(top_srcdir)/m4/xc-val-flgs.m4 \
70
71
        $(top_srcdir)/m4/zz40-xc-ovr.m4 \
120
121
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
121
122
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
122
123
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
 
124
CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
123
125
CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
124
126
CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
125
127
CYGPATH_W = @CYGPATH_W@
211
213
USE_SSLEAY = @USE_SSLEAY@
212
214
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
213
215
VERSION = @VERSION@
214
 
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
215
216
VERSIONNUM = @VERSIONNUM@
216
217
ZLIB_LIBS = @ZLIB_LIBS@
217
218
abs_builddir = @abs_builddir@