X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=lib%2FMakefile.am;h=70d84fa2063df914fde0a3df60bbf3dbac5d2893;hp=747f074ad1770145674a28f08ea384fe2ea67720;hb=64ada3d57b1a6593b72d9a2d5e4a47bfc3729740;hpb=8582d10e7b131ffbfe1d92352e7df39230ce1124 diff --git a/lib/Makefile.am b/lib/Makefile.am index 747f074..70d84fa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -30,6 +30,11 @@ OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX $(OCAMLPACKAGES) OCAMLOPTFLAGS = $(OCAMLCFLAGS) # These should be in alphabetical order. +# +# NB. whenproto_aux.{ml,mli} are not included here. These generated +# files are not compatible across different versions of ocamlnet, so +# must not be included in the tarball and should be regenerated by the +# user each time. SOURCES = \ config.ml \ config.mli \ @@ -39,8 +44,6 @@ SOURCES = \ whenfile.mli \ whenlock.ml \ whenlock.mli \ - whenproto_aux.ml \ - whenproto_aux.mli \ whenstate.ml \ whenstate.mli \ whentools.ml \