]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
use config.h to define the lxcpath and co
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 22 Oct 2009 13:33:40 +0000 (15:33 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 22 Oct 2009 13:33:40 +0000 (15:33 +0200)
commit881450bbedbe722f4b92f03c3b2633fae2f8a13c
treed5cc651c4ce1af8507db69f92bc2da7e125e7f54
parent92d385229be040cf034ac6efd9405b7bdfe06a3e
use config.h to define the lxcpath and co

Instead of passing the LXCPATH definition in the compiler
command line, use configure.ac to define the value in the config.h
file and include this file where it is needed.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.ac
src/lxc/Makefile.am
src/lxc/cgroup.c
src/lxc/conf.c
src/lxc/create.c
src/lxc/destroy.c
src/lxc/lock.c
src/lxc/lxc_checkpoint.c
src/lxc/lxc_execute.c
src/lxc/namespace.h
src/lxc/state.c