Commit 13954cce by Daniel Lezcano Committed by Daniel Lezcano

cleanup conf.h

Rename lxc_conf.h to conf.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 170d528e
...@@ -10,7 +10,7 @@ pkginclude_HEADERS = \ ...@@ -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 = \ ...@@ -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" { ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment