Commit 2d4b3e3d by Serge Hallyn Committed by Stéphane Graber

add init.lxc.static binary

To avoid having to copy all the library dependencies into the container. Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent c83462d5
......@@ -199,7 +199,7 @@ bin_PROGRAMS = \
lxc-usernsexec \
lxc-wait
sbin_PROGRAMS = init.lxc
sbin_PROGRAMS = init.lxc init.lxc.static
pkglibexec_PROGRAMS = \
lxc-monitord \
lxc-user-nic
......@@ -233,6 +233,10 @@ lxc_snapshot_SOURCES = lxc_snapshot.c
lxc_usernsexec_SOURCES = lxc_usernsexec.c
lxc_user_nic_SOURCES = lxc_user_nic.c network.c network.h
init_lxc_static_SOURCES = lxc_init.c error.c log.c utils.c caps.c
init_lxc_static_LDFLAGS = -static
init_lxc_static_LDADD = @CAP_LIBS@
install-exec-local: install-soPROGRAMS
mkdir -p $(DESTDIR)$(datadir)/lxc
install -c -m 644 lxc.functions $(DESTDIR)$(datadir)/lxc
......
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