[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.1-2-12-ga84635e

Stephane Glondu steph at glondu.net
Fri Jul 24 13:48:47 UTC 2009


The following commit has been merged in the master branch:
commit be1ba89f3c90b9cc324b1999c174a2931cdaf5ee
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 24 14:57:18 2009 +0200

    Add missing includes in compilation of ocamlplugininfo

diff --git a/debian/ocamlbyteinfo/Makefile b/debian/ocamlbyteinfo/Makefile
index 32b1b29..9f5bf62 100644
--- a/debian/ocamlbyteinfo/Makefile
+++ b/debian/ocamlbyteinfo/Makefile
@@ -10,7 +10,8 @@ GENERATED=$(BEXE) $(NEXE) *.cm* natdynlink.* *.a *.o
 
 BDEPS=otherlibs/dynlink/dynlinkaux.cmo
 NDEPS=$(DIR)/natdynlink.cmxa
-INCLUDES= -I stdlib -I utils -I typing -I bytecomp -I otherlibs/dynlink -I $(DIR)
+INCLUDES= -I stdlib -I utils -I typing -I bytecomp -I $(DIR) \
+  -I otherlibs/dynlink -I otherlibs/unix -I otherlibs/str
 
 all: $(BEXE) $(NEXE)
 

-- 
OCaml packaging



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