Commit a871ff6b by Daniel Lezcano Committed by Daniel Lezcano

cleanup config.h

Rename lxc_config.h to confile.h Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 35d2c3e7
...@@ -85,7 +85,7 @@ lxc_unshare_LDADD = liblxc.la ...@@ -85,7 +85,7 @@ lxc_unshare_LDADD = liblxc.la
lxc_init_SOURCES = lxc_init.c lxc_init_SOURCES = lxc_init.c
lxc_init_LDADD = liblxc.la 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_create_LDADD = liblxc.la
lxc_destroy_SOURCES = lxc_destroy.c lxc_destroy_SOURCES = lxc_destroy.c
...@@ -97,7 +97,7 @@ lxc_start_LDADD = liblxc.la ...@@ -97,7 +97,7 @@ lxc_start_LDADD = liblxc.la
lxc_stop_SOURCES = lxc_stop.c lxc_stop_SOURCES = lxc_stop.c
lxc_stop_LDADD = liblxc.la 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_execute_LDADD = liblxc.la
lxc_monitor_SOURCES = lxc_monitor.c lxc_monitor_SOURCES = lxc_monitor.c
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <net/if.h> #include <net/if.h>
#include <lxc/lxc.h> #include <lxc/lxc.h>
#include <lxc/lxc_config.h> #include "confile.h"
void usage(char *cmd) void usage(char *cmd)
{ {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <sys/param.h> #include <sys/param.h>
#include <lxc/lxc.h> #include <lxc/lxc.h>
#include <lxc/lxc_config.h> #include "confile.h"
void usage(char *cmd) void usage(char *cmd)
{ {
......
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