mirror_lxc/lxc.pc.in
Michel Normand d5cf438682 lxc: lxc version to reflect string in AC_INIT (V2)
I changed the code to have lxc version to reflect the
string set in AC_INIT of configure.ac
rather than to report only the 3 first digits

update: use PACKAGE_VERSION in place of VERSION

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2009-11-04 15:14:30 +01:00

12 lines
240 B
PkgConfig

bindir=@BINDIR@
libdir=@LIBDIR@
localstatedir=@LXCPATH@
includedir=@INCLUDEDIR@
Name: lxc
Description: linux container tools
Version: @PACKAGE_VERSION@
URL: http://lxc.sourceforge.net
Libs: -L${libdir} -llxc -lutil
Cflags: -I${includedir}