[lxc-devel] [PATCH] Include lxc-ubuntu when doing make dist

Dwight Engen dwight.engen at oracle.com
Thu Nov 29 18:27:37 UTC 2012


Removing templates/lxc-ubuntu from configure.ac makes it so that it is
not included in the tarball that make dist builds (and therefore also
breaks the rpm build).

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 templates/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/Makefile.am b/templates/Makefile.am
index 523498d..9a94f32 100644
--- a/templates/Makefile.am
+++ b/templates/Makefile.am
@@ -1,3 +1,5 @@
+EXTRA_DIST=lxc-ubuntu
+
 templatesdir=@LXCTEMPLATEDIR@
 
 templates_SCRIPTS = \
-- 
1.7.11.7




More information about the lxc-devel mailing list