]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitacLib.ml
irediced usage of matita.includes, that is now set by
[helm.git] / matita / matitacLib.ml
index 7bc3a1b7e1006696a92509e2829140d77ac786cf..5886c2467042b258dbf1af3b173be9244e231ee4 100644 (file)
@@ -103,7 +103,7 @@ let rec compile fname =
     Helm_registry.get_list Helm_registry.string "matita.includes" 
   in
   (* sanity checks *)
-  let root,baseuri,fname = Librarian.baseuri_of_script ~include_paths fname in
+  let root,baseuri,fname,_tgt = Librarian.baseuri_of_script ~include_paths fname in
   let moo_fname = 
    LibraryMisc.obj_file_of_baseuri ~must_exist:false ~baseuri ~writable:true
   in
@@ -230,7 +230,7 @@ module F =
     let string_of_target_object s = s;;
 
     let target_of mafile = 
-      let _,baseuri,_ = Librarian.baseuri_of_script mafile in
+      let _,baseuri,_,_ = Librarian.baseuri_of_script mafile in
       LibraryMisc.obj_file_of_baseuri 
         ~must_exist:false ~baseuri ~writable:true 
     ;;