add rootfs mount dir variable to pkg-config

In the case we use an image for rootfs, if we need to do extra mount
from the host to the rootfs, we have to specify the place where the
image is mounted. This value is configured by the user with the
lxc.rootfs.mount otherwise defaulting to @LXCROOTFSMOUNT@. Let's 
export this variable to pkg-config, so the user can use it to build
a correct path to the rootfs.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2010-10-03 23:09:36 +02:00 committed by Daniel Lezcano
parent 75b08dddec
commit b57c2211eb

View File

@ -2,6 +2,7 @@ bindir=@BINDIR@
libdir=@LIBDIR@
localstatedir=@LXCPATH@
includedir=@INCLUDEDIR@
rootfsmountdir=@LXCROOTFSMOUNT@
Name: lxc
Description: linux container tools