diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2011-01-13 16:25:14 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-01-13 16:25:14 +0100 |
commit | 03d56dffa66e1fca819d259c5b1fe4fe7da6993e (patch) | |
tree | 548bbd3cb004a1b8ed89334f894eeb1040dc5c8b | |
parent | fix busybox inittab template (diff) | |
download | lxc-03d56dffa66e1fca819d259c5b1fe4fe7da6993e.tar.gz lxc-03d56dffa66e1fca819d259c5b1fe4fe7da6993e.tar.bz2 lxc-03d56dffa66e1fca819d259c5b1fe4fe7da6993e.zip |
add missing template in Makefile
Missed to add lxc-lenny to the template.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | templates/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ec3ec13..87ff2fd 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 d55f53a..619eae5 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 \ |