mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
customize: Rename main.ml to customize_main.ml.
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'.
This commit is contained in:
@@ -46,7 +46,7 @@ SOURCES = \
|
||||
firstboot.mli \
|
||||
hostname.ml \
|
||||
hostname.mli \
|
||||
main.ml \
|
||||
customize_main.ml \
|
||||
password.ml \
|
||||
password.mli \
|
||||
perl_edit.ml \
|
||||
@@ -87,7 +87,7 @@ ocaml_modules = \
|
||||
timezone \
|
||||
customize_cmdline \
|
||||
customize_run \
|
||||
main
|
||||
customize_main
|
||||
|
||||
if HAVE_OCAMLOPT
|
||||
OBJECTS += $(patsubst %,%.cmx,$(ocaml_modules))
|
||||
|
||||
Reference in New Issue
Block a user