Skip to content

Commit

Permalink
Remove unnecessary dependencies to build 'xsh'
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
  • Loading branch information
robhoes authored and matthiasgoergens committed Jan 31, 2011
1 parent b126bd6 commit bb1d647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit bb1d647

Please sign in to comment.