From 03d56dffa66e1fca819d259c5b1fe4fe7da6993e Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Thu, 13 Jan 2011 16:25:14 +0100 Subject: [PATCH] add missing template in Makefile Missed to add lxc-lenny to the template. Signed-off-by: Daniel Lezcano --- configure.ac | 1 + templates/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \