From: Rob Hoes Date: Wed, 26 Jan 2011 17:39:04 +0000 (+0000) Subject: Include v6 modules in xapi-client X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5068eb89888ceb15c77845867a3fce07b6a1278e;p=xcp%2Fxen-api.git Include v6 modules in xapi-client Signed-off-by: Rob Hoes --- 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 +