Commit b3ec9713 by dlezcano

Added lxc-wait

parent afdbaabd
...@@ -49,6 +49,7 @@ bin_PROGRAMS = \ ...@@ -49,6 +49,7 @@ bin_PROGRAMS = \
lxc-start \ lxc-start \
lxc-execute \ lxc-execute \
lxc-monitor \ lxc-monitor \
lxc-wait \
lxc-console \ lxc-console \
lxc-kill \ lxc-kill \
lxc-freeze \ lxc-freeze \
...@@ -74,6 +75,9 @@ lxc_execute_LDADD = liblxc.la ...@@ -74,6 +75,9 @@ lxc_execute_LDADD = liblxc.la
lxc_monitor_SOURCES = lxc_monitor.c lxc_monitor_SOURCES = lxc_monitor.c
lxc_monitor_LDADD = liblxc.la lxc_monitor_LDADD = liblxc.la
lxc_wait_SOURCES = lxc_wait.c
lxc_wait_LDADD = liblxc.la
lxc_console_SOURCES = lxc_console.c lxc_console_SOURCES = lxc_console.c
lxc_console_LDADD = liblxc.la lxc_console_LDADD = liblxc.la
......
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