The program init-xenstore-domain to start a xenstore domain instead
of the xenstored daemon is built, but not installed. Change that.

Signed-off-by: Juergen Gross <jgr...@suse.com>
---
 tools/xenstore/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 1b4a494..8c8b116 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -153,6 +153,9 @@ endif
        $(INSTALL_DATA) include/compat/xs_lib.h 
$(DESTDIR)$(includedir)/xenstore-compat/xs_lib.h
        ln -sf xenstore-compat/xs.h  $(DESTDIR)$(includedir)/xs.h
        ln -sf xenstore-compat/xs_lib.h $(DESTDIR)$(includedir)/xs_lib.h
+ifeq ($(CONFIG_Linux),y)
+       $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(LIBEXEC_BIN)
+endif
 
 .PHONY: clients-install
 clients-install: clients
-- 
2.6.2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to