[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:50 UTC 2009


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

    Add sexplib to the include path

diff --git a/Makefile b/Makefile
index 60f8f69..013c9b3 100644
--- a/Makefile
+++ b/Makefile
@@ -90,8 +90,8 @@ OPTFLAGS=
 # but is now defined above in this file
 #OPTLIBFLAGS=-cclib dllpycaml_stubs.so
 
-OCAMLC=ocamlc$(OPTBIN) $(OCAMLCFLAGS)  $(INCLUDES)
-OCAMLOPT=ocamlopt$(OPTBIN) $(OPTFLAGS) $(INCLUDES)
+OCAMLC=ocamlc$(OPTBIN) $(OCAMLCFLAGS)  $(INCLUDES) -I $(shell ocamlfind query sexplib)
+OCAMLOPT=ocamlopt$(OPTBIN) $(OPTFLAGS) $(INCLUDES) -I $(shell ocamlfind query sexplib)
 OCAMLLEX=ocamllex #-ml # -ml for debugging lexer, but slightly slower
 OCAMLYACC=ocamlyacc -v
 OCAMLDEP=ocamldep $(INCLUDES)

-- 
Debian packaging for coccinelle



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