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

« back to all changes in this revision

Viewing changes to libcurl.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: libcurl.pc.in,v 1.3 2007-02-17 17:55:19 danf Exp $
 
21
# $Id: libcurl.pc.in,v 1.4 2008-09-02 12:07:08 bagder Exp $
22
22
###########################################################################
23
23
 
24
24
# This should most probably benefit from getting a "Requires:" field added
28
28
exec_prefix=@exec_prefix@
29
29
libdir=@libdir@
30
30
includedir=@includedir@
 
31
supported_protocols="@SUPPORT_PROTOCOLS@"
 
32
supported_features="@SUPPORT_FEATURES@"
31
33
 
32
34
Name: libcurl
33
35
URL: http://curl.haxx.se/