From 447b206626348e3b84c7a7799f41436a36beb50e Mon Sep 17 00:00:00 2001 From: Guido Trotter Date: Sat, 24 May 2008 08:59:39 +0000 Subject: [PATCH] Distribute dumb-allocator in examples When creating the ganeti tarball the dumb allocator was left out. Shipping it alongside the other examples. Reviewed-by: iustinp --- doc/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 613857a..d0d39f7 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = ganeti.initd.in ganeti.cron.in +EXTRA_DIST = ganeti.initd.in ganeti.cron.in dumb-allocator CLEANFILES = $(nodist_EXTRA_DATA) nodist_EXTRA_DATA = ganeti.initd ganeti.cron -- 1.7.10.4