~ubuntu-branches/ubuntu/raring/gnutls26/raring

« back to all changes in this revision

Viewing changes to lib/gnutls.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a pkg-config metadata file.
2
 
# Copyright (C) 2002, 2003, 2004, 2005,
3
 
#               2006, 2007, 2008, 2009 Free Software Foundation
 
2
 
 
3
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software
 
4
# Foundation, Inc.
 
5
 
 
6
# Copying and distribution of this file, with or without modification,
 
7
# are permitted in any medium without royalty provided the copyright
 
8
# notice and this notice are preserved.  This file is offered as-is,
 
9
# without any warranty.
 
10
 
4
11
# Author: Simon Josefsson
5
 
6
 
# This file is free software; as a special exception the author gives
7
 
# unlimited permission to copy and/or distribute it, with or without
8
 
# modifications, as long as this notice is preserved.
9
 
10
 
# This file is distributed in the hope that it will be useful, but
11
 
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
12
 
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
12
 
14
13
prefix=@prefix@
15
14
exec_prefix=@exec_prefix@
21
20
URL: http://www.gnu.org/software/gnutls/
22
21
Version: @VERSION@
23
22
Libs: -L${libdir} -lgnutls
24
 
Libs.private: @LTLIBGCRYPT@ 
25
 
Requires.private: libtasn1, zlib
 
23
Libs.private: @LTLIBGCRYPT@
 
24
@GNUTLS_REQUIRES_PRIVATE@
26
25
Cflags: -I${includedir}