From: Daniel Lezcano Date: Thu, 13 Jan 2011 15:25:14 +0000 (+0100) Subject: add missing template in Makefile X-Git-Tag: lxc-0.7.4-rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d56dffa66e1fca819d259c5b1fe4fe7da6993e;p=thirdparty%2Flxc.git add missing template in Makefile Missed to add lxc-lenny to the template. Signed-off-by: Daniel Lezcano --- diff --git a/configure.ac b/configure.ac index ec3ec1383..87ff2fd48 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,7 @@ AC_CONFIG_FILES([ doc/examples/lxc-complex.conf templates/Makefile + templates/lxc-lenny templates/lxc-debian templates/lxc-ubuntu templates/lxc-busybox diff --git a/templates/Makefile.am b/templates/Makefile.am index d55f53aff..619eae52f 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -2,6 +2,7 @@ templatesdir=@LXCTEMPLATEDIR@ templates_SCRIPTS = \ lxc-debian \ + lxc-lenny \ lxc-ubuntu \ lxc-fedora \ lxc-busybox \