Nicolas Cannasse 13 years ago
parent
commit
81e93df399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -95,7 +95,7 @@ let compile_libs() =
 
 	(* SWFLIB *)
 	Sys.chdir "swflib";
-	let files = "-I .. -I ../extc as3.mli as3hl.mli as3code.ml as3parse.ml as3hlparse.ml swf.ml actionScript.ml swfParser.ml png.ml" in
+	let files = "-I .. -I ../extc as3.mli as3hl.mli as3code.ml as3parse.ml as3hlparse.ml swf.ml actionScript.ml swfParser.ml png.mli png.ml" in
 	if bytecode then command ("ocamlc -a -o swflib.cma " ^ files);
 	if native then command ("ocamlopt -a -o swflib.cmxa " ^ files);
 	Sys.chdir "..";