Fixes to allow (32 bit) arm guests to run on aarch64 hosts.
[mclu.git] / Makefile.am
index a3964ef..4072a66 100644 (file)
@@ -29,9 +29,12 @@ SOURCES_MLI = \
        mclu_boot.mli \
        mclu_conf.mli \
        mclu_console.mli \
+       mclu_destroy.mli \
        mclu_list.mli \
        mclu_onoff.mli \
+       mclu_reboot.mli \
        mclu_status.mli \
+       mclu_viewer.mli \
        parallel.mli \
        template.mli \
        utils.mli
@@ -46,8 +49,11 @@ SOURCES_ML = \
        mclu_list.ml \
        mclu_status.ml \
        mclu_onoff.ml \
-       mclu_boot.ml \
+       mclu_destroy.ml \
+       mclu_reboot.ml \
        mclu_console.ml \
+       mclu_viewer.ml \
+       mclu_boot.ml \
        mclu.ml
 
 OCAMLPACKAGES = -package unix,pcre,libvirt
@@ -64,10 +70,8 @@ BEST     = ocamlopt
 endif
 
 bin_PROGRAMS = mclu
-# Since there are no real C sources (at least, not yet) we have a
-# token C file that is empty, just to keep automake happy.  The real
-# sources are *.ml files.
-mclu_SOURCES = empty.c
+mclu_SOURCES = exit.c
+mclu_CPPFLAGS = -I$(OCAMLLIB)
 mclu_DEPENDENCIES = $(OBJECTS)
 mclu_LINK = \
        ./link.sh \