add missing template in Makefile

Missed to add lxc-lenny to the template.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2011-01-13 16:25:14 +01:00 committed by Daniel Lezcano
parent 0016af974d
commit 03d56dffa6
2 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ AC_CONFIG_FILES([
doc/examples/lxc-complex.conf doc/examples/lxc-complex.conf
templates/Makefile templates/Makefile
templates/lxc-lenny
templates/lxc-debian templates/lxc-debian
templates/lxc-ubuntu templates/lxc-ubuntu
templates/lxc-busybox templates/lxc-busybox

View File

@ -2,6 +2,7 @@ templatesdir=@LXCTEMPLATEDIR@
templates_SCRIPTS = \ templates_SCRIPTS = \
lxc-debian \ lxc-debian \
lxc-lenny \
lxc-ubuntu \ lxc-ubuntu \
lxc-fedora \ lxc-fedora \
lxc-busybox \ lxc-busybox \