Commit c6d1536e by Daniel Lezcano Committed by Daniel Lezcano

cleanup lock.h

Rename lxc_lock.h to lock.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 61ba7fe6
...@@ -7,11 +7,11 @@ pkginclude_HEADERS = \ ...@@ -7,11 +7,11 @@ pkginclude_HEADERS = \
monitor.h \ monitor.h \
utils.h \ utils.h \
namespace.h \ namespace.h \
lock.h \
lxc.h \ lxc.h \
lxc_cgroup.h \ lxc_cgroup.h \
lxc_conf.h \ lxc_conf.h \
lxc_list.h \ lxc_list.h \
lxc_lock.h \
lxc_log.h \ lxc_log.h \
lxc_state.h lxc_state.h
...@@ -32,7 +32,7 @@ liblxc_la_SOURCES = \ ...@@ -32,7 +32,7 @@ liblxc_la_SOURCES = \
cgroup.c cgroup.h \ cgroup.c cgroup.h \
lxc.h \ lxc.h \
lxc_utils.h \ lxc_utils.h \
lxc_lock.c lxc_lock.h \ lock.c lock.h \
namespace.h \ namespace.h \
lxc_conf.c lxc_conf.h \ lxc_conf.c lxc_conf.h \
lxc_list.h \ lxc_list.h \
......
...@@ -37,7 +37,7 @@ extern "C" { ...@@ -37,7 +37,7 @@ extern "C" {
#include <lxc/lxc_list.h> #include <lxc/lxc_list.h>
#include <lxc/lxc_conf.h> #include <lxc/lxc_conf.h>
#include <lxc/lxc_log.h> #include <lxc/lxc_log.h>
#include <lxc/lxc_lock.h> #include <lxc/lock.h>
#include <lxc/namespace.h> #include <lxc/namespace.h>
#include <lxc/utils.h> #include <lxc/utils.h>
#include <lxc/error.h> #include <lxc/error.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