aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-07 11:45:18 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-07 11:45:18 +0100
commit99462ede4c99e2fcf6caac3f4f9d06db64b5158a (patch)
tree2bb5b65c9c8e0178f136e6d0b6ca73f7bfbd675d /tools/xenstore
parent5c89fad4283102c1d3b4781cb3e283d0e7302284 (diff)
downloadxen-99462ede4c99e2fcf6caac3f4f9d06db64b5158a.tar.gz
xen-99462ede4c99e2fcf6caac3f4f9d06db64b5158a.tar.bz2
xen-99462ede4c99e2fcf6caac3f4f9d06db64b5158a.zip
xenstored: Always build and install.
It coexists quite happily with oxenstored. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/xenstore')
-rw-r--r--tools/xenstore/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 6ef6ff0075..743be20a2b 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -26,10 +26,7 @@ LIBXENSTORE := libxenstore.a
xenstore xenstore-control: CFLAGS += -static
endif
-ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump
-ifneq ($(CONFIG_OCAML_XENSTORED),y)
- ALL_TARGETS += xenstored
-endif
+ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored
.PHONY: all
all: $(ALL_TARGETS)
@@ -98,6 +95,9 @@ install: all
$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
+ $(INSTALL_DIR) $(DESTDIR)/var/run/xenstored
+ $(INSTALL_DIR) $(DESTDIR)/var/lib/xenstored
+ $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR)
$(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR)
$(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR)
set -e ; for c in $(CLIENTS) ; do \