From: Keir Fraser Date: Fri, 7 May 2010 10:45:18 +0000 (+0100) Subject: xenstored: Always build and install. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12215 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99462ede4c99e2fcf6caac3f4f9d06db64b5158a;p=xen.git xenstored: Always build and install. It coexists quite happily with oxenstored. Signed-off-by: Keir Fraser --- 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 \