summaryrefslogtreecommitdiffstats
path: root/login-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-03-06 14:20:19 +0100
committerKarel Zak2015-03-06 14:20:19 +0100
commit254743e4a6641173abfe342edd94902d9344f58b (patch)
tree4c04acd163725343fca2adeb6ee9b97fe4d82f8a /login-utils/Makemodule.am
parentlib/timer: use separate file for timers (diff)
downloadkernel-qcow2-util-linux-254743e4a6641173abfe342edd94902d9344f58b.tar.gz
kernel-qcow2-util-linux-254743e4a6641173abfe342edd94902d9344f58b.tar.xz
kernel-qcow2-util-linux-254743e4a6641173abfe342edd94902d9344f58b.zip
build-sys: cleanup realtime lib usage
* check for timer_create() * define dependence on timer_create() for flock * rename CLOCKGETTIME_LIBS to REALTIME_LIBS Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/Makemodule.am')
-rw-r--r--login-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/Makemodule.am b/login-utils/Makemodule.am
index f9c097780..1b413c615 100644
--- a/login-utils/Makemodule.am
+++ b/login-utils/Makemodule.am
@@ -5,7 +5,7 @@ dist_man_MANS += \
login-utils/last.1 \
login-utils/lastb.1
last_SOURCES = login-utils/last.c lib/monotonic.c
-last_LDADD = $(LDADD) libcommon.la $(CLOCKGETTIME_LIBS)
+last_LDADD = $(LDADD) libcommon.la $(REALTIME_LIBS)
install-exec-hook-last:
cd $(DESTDIR)$(usrbin_execdir) && ln -sf last lastb