cleanup config.h

Rename lxc_config.h to confile.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 35d2c3e71d
commit a871ff6bdf
5 changed files with 10 additions and 10 deletions

View File

@ -85,7 +85,7 @@ lxc_unshare_LDADD = liblxc.la
lxc_init_SOURCES = lxc_init.c
lxc_init_LDADD = liblxc.la
lxc_create_SOURCES = lxc_create.c lxc_config.c lxc_config.h
lxc_create_SOURCES = lxc_create.c confile.c confile.h
lxc_create_LDADD = liblxc.la
lxc_destroy_SOURCES = lxc_destroy.c
@ -97,7 +97,7 @@ lxc_start_LDADD = liblxc.la
lxc_stop_SOURCES = lxc_stop.c
lxc_stop_LDADD = liblxc.la
lxc_execute_SOURCES = lxc_execute.c lxc_config.c lxc_config.h
lxc_execute_SOURCES = lxc_execute.c confile.c confile.h
lxc_execute_LDADD = liblxc.la
lxc_monitor_SOURCES = lxc_monitor.c

View File

@ -32,7 +32,7 @@
#include <net/if.h>
#include <lxc/lxc.h>
#include <lxc/lxc_config.h>
#include "confile.h"
void usage(char *cmd)
{

View File

@ -31,7 +31,7 @@
#include <sys/param.h>
#include <lxc/lxc.h>
#include <lxc/lxc_config.h>
#include "confile.h"
void usage(char *cmd)
{