From bb1d64794547d4fc2ca69e19d779e6dda666b1ac Mon Sep 17 00:00:00 2001 From: Rob Hoes Date: Wed, 26 Jan 2011 17:39:04 +0000 Subject: [PATCH] Remove unnecessary dependencies to build 'xsh' Signed-off-by: Rob Hoes --- ocaml/xsh/OMakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ocaml/xsh/OMakefile b/ocaml/xsh/OMakefile index 8dfe38ef72..94a2838598 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