~ubuntu-branches/ubuntu/natty/curl/natty

« back to all changes in this revision

Viewing changes to .pc/versioned/lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-10-07 16:53:40 UTC
  • mfrom: (3.4.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101007165340-3eahi7unrkt7magp
Tags: 7.21.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
lib_LTLIBRARIES = libcurl.la
45
45
LIBCURL_LIBS = @LIBCURL_LIBS@
46
46
 
 
47
# This might hold -Werror
 
48
CFLAGS += @CURL_CFLAG_EXTRAS@
 
49
 
47
50
# Specify our include paths here, and do it relative to $(top_srcdir) and
48
51
# $(top_builddir), to ensure that these paths which belong to the library
49
52
# being currently built and tested are searched before the library which