mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 00:21:41 +00:00

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>
12 lines
240 B
PkgConfig
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}
|