Don't explicitely use camlp4lib.cmxa but rely on ocamlfind to include it.
[SXSI/xpathcomp.git] / myocamlbuild_config.ml.in
index d8e98c9..d0e86f6 100644 (file)
@@ -1,8 +1,8 @@
 let ocaml_inline = "1000";;
 let include_path = "include";;
 let src_path = "src";;
-let ocaml_link = [ "dynlink"; "camlp4lib" ];;
-let ocamlfind_packages = "unix,ulex,expat,camlp4";;
+let ocaml_link = [ ];;
+let ocamlfind_packages = "unix,ulex,expat,camlp4,camlp4.lib";;
 let cxx_flags = [ "-fno-PIC"; "-std=c++0x"; "-static" ];;
 let main_targets = [ "native","src/main.native";
                     "byte", "src/main.byte" ];;