From 59dc9f28b520561de5194d1217a77080a349e133 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 7 Feb 2015 23:45:24 +0000 Subject: flock: add --verbose option Jenkins script jobs using flock are a great example of a situation in which one may want an automation to be verbose, so that when unexpected events happen there is more hints in logs. Reviewed-by: Benno Schulenberg Signed-off-by: Sami Kerola --- sys-utils/Makemodule.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-utils/Makemodule.am') diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am index 8e6108d07..b6b0f91ac 100644 --- a/sys-utils/Makemodule.am +++ b/sys-utils/Makemodule.am @@ -1,8 +1,8 @@ if BUILD_FLOCK usrbin_exec_PROGRAMS += flock dist_man_MANS += sys-utils/flock.1 -flock_SOURCES = sys-utils/flock.c -flock_LDADD = $(LDADD) libcommon.la +flock_SOURCES = sys-utils/flock.c lib/monotonic.c +flock_LDADD = $(LDADD) libcommon.la $(CLOCKGETTIME_LIBS) endif if BUILD_IPCMK -- cgit v1.2.3-55-g7522