]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cmd: move lxc-monitord
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 12 Jan 2018 12:54:30 +0000 (13:54 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 6 Feb 2018 20:03:33 +0000 (21:03 +0100)
Closes #2073.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am
src/lxc/cmd/lxc_monitord.c [moved from src/lxc/lxc_monitord.c with 100% similarity]

index 6beb197cf5b0d26cd82e24541640990d2c221f90..ae5a699b9e6e02394d6f7efc0ff48dda0db75473 100644 (file)
@@ -290,10 +290,10 @@ lxc_wait_SOURCES = tools/lxc_wait.c tools/arguments.c
 lxc_create_SOURCES = tools/lxc_create.c tools/arguments.c
 lxc_snapshot_SOURCES = tools/lxc_snapshot.c tools/arguments.c
 lxc_checkpoint_SOURCES = tools/lxc_checkpoint.c tools/arguments.c
-lxc_monitord_SOURCES = lxc_monitord.c tools/arguments.c
 
 # Binaries shipping with liblxc
 init_lxc_SOURCES = cmd/lxc_init.c
+lxc_monitord_SOURCES = cmd/lxc_monitord.c
 lxc_user_nic_SOURCES = cmd/lxc_user_nic.c namespace.c network.c
 lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c