summaryrefslogtreecommitdiffstats
path: root/term-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-06-29 10:55:37 +0200
committerKarel Zak2015-06-29 10:55:37 +0200
commita3b69ccb1c283e61876b0777ea94f7a474480b58 (patch)
tree824e4a8c61bbbfd73633dd853d47151d045f4ce0 /term-utils/Makemodule.am
parentcfdisk: fix condition logic [cppcheck] (diff)
downloadkernel-qcow2-util-linux-a3b69ccb1c283e61876b0777ea94f7a474480b58.tar.gz
kernel-qcow2-util-linux-a3b69ccb1c283e61876b0777ea94f7a474480b58.tar.xz
kernel-qcow2-util-linux-a3b69ccb1c283e61876b0777ea94f7a474480b58.zip
build-sys: use REALTIME_LIBS for script
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/Makemodule.am')
-rw-r--r--term-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/Makemodule.am b/term-utils/Makemodule.am
index 75cc9223c..c56631802 100644
--- a/term-utils/Makemodule.am
+++ b/term-utils/Makemodule.am
@@ -3,7 +3,7 @@ usrbin_exec_PROGRAMS += script
dist_man_MANS += term-utils/script.1
script_SOURCES = term-utils/script.c lib/monotonic.c
script_CFLAGS = $(AM_CFLAGS) -Wno-format-y2k
-script_LDADD = $(LDADD) libcommon.la $(CLOCKGETTIME_LIBS)
+script_LDADD = $(LDADD) libcommon.la $(REALTIME_LIBS)
if HAVE_UTIL
script_LDADD += -lutil
endif