~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to lxc.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090725122430-s2mijwddl8nwseue
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
  (currently fails under sid)
* Upgrade standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bindir=@BINDIR@
 
2
libdir=@LIBDIR@
 
3
localstatedir=@LXCPATH@
 
4
includedir=@INCLUDEDIR@
 
5
 
 
6
Name: lxc
 
7
Description: linux container tools
 
8
Version: @LXC_MAJOR_VERSION@.@LXC_MINOR_VERSION@.@LXC_MICRO_VERSION@
 
9
URL: http://lxc.sourceforge.net
 
10
Libs: -L${libdir} -llxc -lutil
 
11
Cflags: -I${includedir}