From ab2d32f88ce27337a1b429e32058f0948cb72bf0 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 13 Nov 2009 11:48:29 +0100 Subject: Replace create/destroy by a script The simplification of the container configuration makes pointless to have so much complexity in the container creation. Let's remove that and replace by some scripts. Signed-off-by: Daniel Lezcano --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a9ca211..75c8fd0 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,8 @@ AC_CONFIG_FILES([ src/lxc/lxc-checkconfig src/lxc/lxc-setcap src/lxc/lxc-version + src/lxc/lxc-create + src/lxc/lxc-destroy etc/Makefile etc/lxc-macvlan.conf -- cgit v1.2.3-65-gdbad