cleanup lock.h

Rename lxc_lock.h to lock.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 61ba7fe64a
commit c6d1536e2b
4 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ pkginclude_HEADERS = \
monitor.h \
utils.h \
namespace.h \
lock.h \
lxc.h \
lxc_cgroup.h \
lxc_conf.h \
lxc_list.h \
lxc_lock.h \
lxc_log.h \
lxc_state.h
@ -32,7 +32,7 @@ liblxc_la_SOURCES = \
cgroup.c cgroup.h \
lxc.h \
lxc_utils.h \
lxc_lock.c lxc_lock.h \
lock.c lock.h \
namespace.h \
lxc_conf.c lxc_conf.h \
lxc_list.h \

View File

@ -37,7 +37,7 @@ extern "C" {
#include <lxc/lxc_list.h>
#include <lxc/lxc_conf.h>
#include <lxc/lxc_log.h>
#include <lxc/lxc_lock.h>
#include <lxc/lock.h>
#include <lxc/namespace.h>
#include <lxc/utils.h>
#include <lxc/error.h>