mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
The OCaml compiler isn't happy when two modules have the same name in different directories. Since customize/ contains a library of modules used in other directories, and since those directories may have main.ml files too, we need to rename 'customize/main.ml' to 'customize/customize_main.ml'.