[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, fixes/system-ocamlsexp, updated. upstream/0.1.6.deb+a-12-gc5ed6f0

Eugeniy Meshcheryakov eugen at debian.org
Thu Apr 16 19:25:48 UTC 2009


The following commit has been merged in the fixes/system-ocamlsexp branch:
commit ede011a1b1973412584a446fc6828c095174cdd0
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Thu Apr 16 20:53:24 2009 +0200

    Fix search path for sexplib

diff --git a/commons/Makefile b/commons/Makefile
index 4073a1f..7a76d19 100644
--- a/commons/Makefile
+++ b/commons/Makefile
@@ -72,7 +72,7 @@ REGEXPINCLUDES=-I ../ocamlpcre/lib  -I ../../ocamlpcre/lib
 
 #sexplib 
 MYSEXPSRC=sexp_common.ml
-SEXPINCLUDES=-I ../ocamlsexp -I ../ocamltarzan/lib-sexp -I ../../ocamltarzan/lib-sexp
+SEXPINCLUDES=-I `ocamlfind query sexplib` -I ../ocamltarzan/lib-sexp -I ../../ocamltarzan/lib-sexp
 #binprot
 MYBINSRC=bin_common.ml
 BININCLUDES=-I ../ocamltarzan/lib-binprot -I ../../ocamltarzan/lib-binprot

-- 
Debian packaging for coccinelle



More information about the Pkg-ocaml-maint-commits mailing list