~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to pkgconfig/libtemplate.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@PREFIX@
 
2
exec_prefix=${prefix}
 
3
libdir=@LIBDIR@
 
4
includedir=${prefix}/include
 
5
 
 
6
Name: @LIB@
 
7
Version: @LIBVERSION@
 
8
Description: @LIB@
 
9
Requires:
 
10
Libs: -L${libdir} -l@LIB@
 
11
Cflags: -I${includedir}