From 5068eb89888ceb15c77845867a3fce07b6a1278e Mon Sep 17 00:00:00 2001 From: Rob Hoes Date: Wed, 26 Jan 2011 17:39:04 +0000 Subject: [PATCH] Include v6 modules in xapi-client Signed-off-by: Rob Hoes --- ocaml/idl/ocaml_backend/OMakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml/idl/ocaml_backend/OMakefile b/ocaml/idl/ocaml_backend/OMakefile index 9cd1d01a..9e711990 100644 --- a/ocaml/idl/ocaml_backend/OMakefile +++ b/ocaml/idl/ocaml_backend/OMakefile @@ -112,6 +112,8 @@ XAPI_CLIENT_OBJS = \ ../../util/util_inventory \ ../../util/version \ ../../xapi/xapi_inventory \ + ../../license/v6xmlrpc \ + ../../license/v6daemon \ $(COMMON_OBJS) \ $(CLIENT_OBJS) @@ -157,3 +159,4 @@ lib-install: META .PHONY: lib-uninstall lib-uninstall: ocamlfind remove -destdir $(INSTALL_PATH) xapi-client + -- 2.39.5