X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=4072a6669e6e0ac17b9333d3bc3fe713d5bb4dd0;hb=864e9066746e865287b7ec83b0d1c145e163fe0f;hp=419189a318faf2af02e7454fcc55e4e3079cec22;hpb=b29a837444aa5827b683bee5a7457fbb32305ae5;p=mclu.git diff --git a/Makefile.am b/Makefile.am index 419189a..4072a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,9 +28,13 @@ EXTRA_DIST = \ 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 @@ -45,6 +49,10 @@ SOURCES_ML = \ mclu_list.ml \ mclu_status.ml \ mclu_onoff.ml \ + mclu_destroy.ml \ + mclu_reboot.ml \ + mclu_console.ml \ + mclu_viewer.ml \ mclu_boot.ml \ mclu.ml @@ -62,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 \