aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2010-10-03 23:09:36 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-10-03 23:09:36 +0200
commitb57c2211ebd3a6035a46d357f5849fcc42b03f6c (patch)
tree90e893e02660c3be316807fa55dbfd432675baa6 /lxc.pc.in
parentDon't display an error in lxc_file_for_each_line (diff)
downloadlxc-b57c2211ebd3a6035a46d357f5849fcc42b03f6c.tar.gz
lxc-b57c2211ebd3a6035a46d357f5849fcc42b03f6c.tar.bz2
lxc-b57c2211ebd3a6035a46d357f5849fcc42b03f6c.zip
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>
Diffstat (limited to 'lxc.pc.in')
-rw-r--r--lxc.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lxc.pc.in b/lxc.pc.in
index cd513c0..b99354b 100644
--- a/lxc.pc.in
+++ b/lxc.pc.in
@@ -2,6 +2,7 @@ bindir=@BINDIR@
libdir=@LIBDIR@
localstatedir=@LXCPATH@
includedir=@INCLUDEDIR@
+rootfsmountdir=@LXCROOTFSMOUNT@
Name: lxc
Description: linux container tools