aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/xenstored/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/xenstored/Makefile')
-rw-r--r--tools/ocaml/xenstored/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ocaml/xenstored/Makefile b/tools/ocaml/xenstored/Makefile
index 3a25d1d237..3302d576bb 100644
--- a/tools/ocaml/xenstored/Makefile
+++ b/tools/ocaml/xenstored/Makefile
@@ -52,5 +52,7 @@ bins: $(PROGRAMS)
install: all
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_PROG) oxenstored $(DESTDIR)$(SBINDIR)
+ $(INSTALL_DIR) $(DESTDIR)$(XEN_CONFIG_DIR)
+ $(INSTALL_DATA) oxenstored.conf $(DESTDIR)$(XEN_CONFIG_DIR)
include $(OCAML_TOPLEVEL)/Makefile.rules