From: Richard W.M. Jones Date: Thu, 23 Feb 2012 19:10:47 +0000 (+0000) Subject: lib: Missing \ caused list of CMI files to be truncated. X-Git-Tag: 0.0.4~14 X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=commitdiff_plain;h=6cbf7b63ffeece43c2a8edda95a322622cf35e78 lib: Missing \ caused list of CMI files to be truncated. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 76a2d26..2a42d1e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -47,7 +47,7 @@ SOURCES = \ # In alphabetical order. CMI_FILES = \ config.cmi \ - whenexpr.cmi + whenexpr.cmi \ whenfile.cmi \ whenlock.cmi \ whenproto_aux.cmi \