]> git.proxmox.com Git - mirror_lxc.git/commitdiff
add missing template in Makefile
authorDaniel Lezcano <daniel.lezcano@free.fr>
Thu, 13 Jan 2011 15:25:14 +0000 (16:25 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 13 Jan 2011 15:25:14 +0000 (16:25 +0100)
Missed to add lxc-lenny to the template.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.ac
templates/Makefile.am

index ec3ec1383aab6b489cc4787c06f7b896431f12b0..87ff2fd487aea71d87fe39b1936ede42a6405e10 100644 (file)
@@ -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
index d55f53aff14aab59c9adfa6979ec5e2de1fad45a..619eae52fc91c5cbebb71d2620c0dfad85f90759 100644 (file)
@@ -2,6 +2,7 @@ templatesdir=@LXCTEMPLATEDIR@
 
 templates_SCRIPTS = \
        lxc-debian \
+       lxc-lenny \
        lxc-ubuntu \
        lxc-fedora \
        lxc-busybox \