From: Rob Hoes Date: Wed, 26 Jan 2011 17:39:04 +0000 (+0000) Subject: Remove unnecessary dependencies to build 'xsh' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ad60ce785d06b82e09aee936077470caa3cab7da;p=xcp%2Fxen-api.git Remove unnecessary dependencies to build 'xsh' Signed-off-by: Rob Hoes --- diff --git a/ocaml/xsh/OMakefile b/ocaml/xsh/OMakefile index 8dfe38ef..94a28385 100644 --- a/ocaml/xsh/OMakefile +++ b/ocaml/xsh/OMakefile @@ -1,6 +1,6 @@ -OCAML_LIBS = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client -OCAMLINCLUDES = ../idl/ocaml_backend/ ../util/ -OCAMLPACKS = xml-light2 stdext uuid stunnel http-svr +OCAML_LIBS = +OCAMLINCLUDES = +OCAMLPACKS = stdext stunnel COMPILE_NATIVE=no section OCAMLFLAGS+=-linkall