From: Jon Ludlam Date: Wed, 26 Jan 2011 17:39:04 +0000 (+0000) Subject: Fix the xapi client library X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=34bb8a8c7eb284b07de8712de16067ce67894ac0;p=xcp%2Fxen-api.git Fix the xapi client library Signed-off-by: Jon Ludlam --- diff --git a/ocaml/idl/ocaml_backend/OMakefile b/ocaml/idl/ocaml_backend/OMakefile index ba1784d2..fa788457 100644 --- a/ocaml/idl/ocaml_backend/OMakefile +++ b/ocaml/idl/ocaml_backend/OMakefile @@ -108,6 +108,8 @@ SERVER_OBJS = ../../database/escaping locking_helpers \ ../../xapi/xmlrpc_sexpr XAPI_CLIENT_OBJS = \ + ../../util/util_globs_inventory \ + ../../util/util_inventory \ ../../util/version \ $(COMMON_OBJS) \ $(CLIENT_OBJS)