]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: use REALTIME_LIBS for script
authorKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2015 08:55:37 +0000 (10:55 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2015 08:55:37 +0000 (10:55 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/Makemodule.am

index 75cc9223c71d52ec91e1930d8db9e7ae662f10cd..c566318025fe08f30bf089b465765fecbfe8f8c4 100644 (file)
@@ -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