From: Stephane Glondu Date: Fri, 24 Jul 2009 12:57:18 +0000 (+0200) Subject: Add missing includes in compilation of ocamlplugininfo X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~388 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be1ba89f3c90b9cc324b1999c174a2931cdaf5ee;p=ocaml.git Add missing includes in compilation of ocamlplugininfo --- diff --git a/debian/ocamlbyteinfo/Makefile b/debian/ocamlbyteinfo/Makefile index 32b1b292..9f5bf625 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)