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

« back to all changes in this revision

Viewing changes to .pc/99_nss.patch/src/Makefile.am

  • 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:
44
44
 
45
45
bin_PROGRAMS = curl
46
46
 
47
 
# Mostly for Windows build targets, when using static libcurl
48
47
if USE_CPPFLAG_CURL_STATICLIB
49
48
AM_CPPFLAGS += -DCURL_STATICLIB
50
49
endif
75
74
 
76
75
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
77
76
        macos/curl.mcp.xml.sit.hqx                                        \
78
 
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp vc6curlsrc.dsp \
 
77
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp \
79
78
        macos/src/macos_main.cpp makefile.amiga curl.rc                   \
80
 
        Makefile.netware Makefile.inc Makefile.Watcom vc6curlsrc.dsw      \
81
 
        CMakeLists.txt
 
79
        Makefile.netware Makefile.inc Makefile.Watcom CMakeLists.txt
82
80
 
83
81
MANPAGE=$(top_srcdir)/docs/curl.1
84
82
README=$(top_srcdir)/docs/MANUAL