summaryrefslogtreecommitdiffstats
path: root/term-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2016-05-02 00:56:05 +0200
committerKarel Zak2016-05-05 11:46:54 +0200
commitf0b3b904c7972374e8b9a280164508e356e9b5be (patch)
tree308b3a4e7091bd87720479abb95aa9cb720ce875 /term-utils/Makemodule.am
parentscriptreplay: improve error message (diff)
downloadkernel-qcow2-util-linux-f0b3b904c7972374e8b9a280164508e356e9b5be.tar.gz
kernel-qcow2-util-linux-f0b3b904c7972374e8b9a280164508e356e9b5be.tar.xz
kernel-qcow2-util-linux-f0b3b904c7972374e8b9a280164508e356e9b5be.zip
scriptreplay: avoid re-implementing strtod_or_err()
And use isnan() to detect NaN. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'term-utils/Makemodule.am')
-rw-r--r--term-utils/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/term-utils/Makemodule.am b/term-utils/Makemodule.am
index ea1affcdc..8ddb0687b 100644
--- a/term-utils/Makemodule.am
+++ b/term-utils/Makemodule.am
@@ -21,6 +21,7 @@ if BUILD_SCRIPTREPLAY
usrbin_exec_PROGRAMS += scriptreplay
dist_man_MANS += term-utils/scriptreplay.1
scriptreplay_SOURCES = term-utils/scriptreplay.c
+scriptreplay_LDADD = $(LDADD) libcommon.la
endif # BUILD_SCRIPTREPLAY