Add .gitignore file.
[ocaml-bitstring.git] / cil-tools / Makefile.in
index ed41f8e..c439ecc 100644 (file)
@@ -28,7 +28,7 @@ INSTALL               = @INSTALL@
 enable_coverage = @enable_coverage@
 
 OCAMLCFLAGS    = -g
-OCAMLCPACKAGES = -package unix,str,extlib,cil -I +camlp4 -I ..
+OCAMLCPACKAGES = -package dynlink,unix,str,extlib,cil -I +camlp4 -I ..
 OCAMLCLIBS     = $(OCAMLCPACKAGES) camlp4lib.cma -linkpkg ../bitstring.cma ../bitstring_persistent.cma
 OCAMLOPTFLAGS  =
 OCAMLOPTPACKAGES = $(OCAMLCPACKAGES)