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

« back to all changes in this revision

Viewing changes to lib/Makefile.vc6

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with 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:
69
69
!ENDIF
70
70
 
71
71
!IFNDEF LIBSSH2_PATH
72
 
LIBSSH2_PATH   = ../../libssh2-1.4.2
 
72
LIBSSH2_PATH   = ../../libssh2-1.4.3
73
73
!ENDIF
74
74
 
75
75
!IFNDEF ZLIB_PATH
497
497
        $(DIROBJ)\asyn-ares.obj \
498
498
        $(DIROBJ)\asyn-thread.obj \
499
499
        $(DIROBJ)\base64.obj \
 
500
        $(DIROBJ)\bundles.obj \
 
501
        $(DIROBJ)\conncache.obj \
500
502
        $(DIROBJ)\connect.obj \
501
503
        $(DIROBJ)\content_encoding.obj \
502
504
        $(DIROBJ)\cookie.obj \
531
533
        $(DIROBJ)\hash.obj \
532
534
        $(DIROBJ)\hmac.obj \
533
535
        $(DIROBJ)\hostasyn.obj \
 
536
        $(DIROBJ)\hostcheck.obj \
534
537
        $(DIROBJ)\hostip.obj \
535
538
        $(DIROBJ)\hostip4.obj \
536
539
        $(DIROBJ)\hostip6.obj \