summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2014-11-19 11:23:05 +0100
committerKarel Zak2014-11-19 11:23:05 +0100
commita4830f617ed018705ce6874abee1cae84fdddc3e (patch)
treeeda8ae0c5d85eb201f1cde23775ccb5ec56dffb7 /sys-utils/Makemodule.am
parentlibmount: fix utab entry on remount (diff)
downloadkernel-qcow2-util-linux-a4830f617ed018705ce6874abee1cae84fdddc3e.tar.gz
kernel-qcow2-util-linux-a4830f617ed018705ce6874abee1cae84fdddc3e.tar.xz
kernel-qcow2-util-linux-a4830f617ed018705ce6874abee1cae84fdddc3e.zip
build-sys: use CLOCKGETTIME_LIBS
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 12fa632c3..50d3eb3a4 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -167,7 +167,7 @@ endif # BUILD_SETARCH
if BUILD_EJECT
usrbin_exec_PROGRAMS += eject
eject_SOURCES = sys-utils/eject.c
-eject_LDADD = $(LDADD) libmount.la libcommon.la
+eject_LDADD = $(LDADD) libmount.la libcommon.la $(CLOCKGETTIME_LIBS)
eject_CFLAGS = $(AM_CFLAGS) -I$(ul_libmount_incdir)
dist_man_MANS += sys-utils/eject.1
endif