2
0
mirror of git://github.com/lxc/lxc synced 2025-09-01 16:15:10 +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:
Daniel Lezcano
2009-03-30 14:02:19 +02:00
committed by Daniel Lezcano
parent 170d528eea
commit 13954cce63
4 changed files with 59 additions and 59 deletions

View File

@@ -10,7 +10,7 @@ pkginclude_HEADERS = \
lock.h \
lxc.h \
cgroup.h \
lxc_conf.h \
conf.h \
lxc_list.h \
lxc_log.h \
lxc_state.h
@@ -34,7 +34,7 @@ liblxc_la_SOURCES = \
lxc_utils.h \
lock.c lock.h \
namespace.h \
lxc_conf.c lxc_conf.h \
conf.c conf.h \
lxc_list.h \
lxc_state.c lxc_state.h \
lxc_log.c lxc_log.h \

View File

@@ -35,8 +35,8 @@ extern "C" {
#include <lxc/lxc_state.h>
#include <lxc/lxc_list.h>
#include <lxc/lxc_conf.h>
#include <lxc/lxc_log.h>
#include <lxc/conf.h>
#include <lxc/lock.h>
#include <lxc/namespace.h>
#include <lxc/utils.h>