mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 08:16:20 +00:00
cleanup conf.h
Rename lxc_conf.h to conf.h Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
This commit is contained in:
parent
170d528eea
commit
13954cce63
@ -10,7 +10,7 @@ pkginclude_HEADERS = \
|
|||||||
lock.h \
|
lock.h \
|
||||||
lxc.h \
|
lxc.h \
|
||||||
cgroup.h \
|
cgroup.h \
|
||||||
lxc_conf.h \
|
conf.h \
|
||||||
lxc_list.h \
|
lxc_list.h \
|
||||||
lxc_log.h \
|
lxc_log.h \
|
||||||
lxc_state.h
|
lxc_state.h
|
||||||
@ -34,7 +34,7 @@ liblxc_la_SOURCES = \
|
|||||||
lxc_utils.h \
|
lxc_utils.h \
|
||||||
lock.c lock.h \
|
lock.c lock.h \
|
||||||
namespace.h \
|
namespace.h \
|
||||||
lxc_conf.c lxc_conf.h \
|
conf.c conf.h \
|
||||||
lxc_list.h \
|
lxc_list.h \
|
||||||
lxc_state.c lxc_state.h \
|
lxc_state.c lxc_state.h \
|
||||||
lxc_log.c lxc_log.h \
|
lxc_log.c lxc_log.h \
|
||||||
|
@ -35,8 +35,8 @@ extern "C" {
|
|||||||
|
|
||||||
#include <lxc/lxc_state.h>
|
#include <lxc/lxc_state.h>
|
||||||
#include <lxc/lxc_list.h>
|
#include <lxc/lxc_list.h>
|
||||||
#include <lxc/lxc_conf.h>
|
|
||||||
#include <lxc/lxc_log.h>
|
#include <lxc/lxc_log.h>
|
||||||
|
#include <lxc/conf.h>
|
||||||
#include <lxc/lock.h>
|
#include <lxc/lock.h>
|
||||||
#include <lxc/namespace.h>
|
#include <lxc/namespace.h>
|
||||||
#include <lxc/utils.h>
|
#include <lxc/utils.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user