X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=4072a6669e6e0ac17b9333d3bc3fe713d5bb4dd0;hb=0828c34208a46b7a2e1b03b7c93f907bf900c050;hp=0107cf031bb0519c886c19b59e4574f7d78ee3d6;hpb=f7d1a79773b8b04dfcd13c2dd2f6ae3b70d43663;p=mclu.git diff --git a/Makefile.am b/Makefile.am index 0107cf0..4072a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ SOURCES_MLI = \ mclu_destroy.mli \ mclu_list.mli \ mclu_onoff.mli \ + mclu_reboot.mli \ mclu_status.mli \ mclu_viewer.mli \ parallel.mli \ @@ -48,10 +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 @@ -68,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 \