summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2015-02-08 00:45:24 +0100
committerSami Kerola2015-03-03 20:35:27 +0100
commit59dc9f28b520561de5194d1217a77080a349e133 (patch)
tree1ba21b9516eea6b6354c5c365606544ccb204302 /sys-utils/Makemodule.am
parentwhereis: tell when mandatory option is missing (diff)
downloadkernel-qcow2-util-linux-59dc9f28b520561de5194d1217a77080a349e133.tar.gz
kernel-qcow2-util-linux-59dc9f28b520561de5194d1217a77080a349e133.tar.xz
kernel-qcow2-util-linux-59dc9f28b520561de5194d1217a77080a349e133.zip
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 <bensberg@justemail.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am4
1 files changed, 2 insertions, 2 deletions
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