mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 05:32:55 +00:00
cleanup config.h
Rename lxc_config.h to confile.h Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
This commit is contained in:
parent
35d2c3e71d
commit
a871ff6bdf
@ -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
|
|||||||
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 @@
|
|||||||
#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 @@
|
|||||||
#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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user