summaryrefslogtreecommitdiffstats
path: root/term-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2017-01-18 13:17:21 +0100
committerKarel Zak2017-01-18 13:17:21 +0100
commitfeda4342df1ced25df3d200ed23469e740196c86 (patch)
tree532ab044ba074a14c2e613b0b4ccb9f4dee9df68 /term-utils/Makemodule.am
parentcolumn: rename --columns to --output-width (diff)
downloadkernel-qcow2-util-linux-feda4342df1ced25df3d200ed23469e740196c86.tar.gz
kernel-qcow2-util-linux-feda4342df1ced25df3d200ed23469e740196c86.tar.xz
kernel-qcow2-util-linux-feda4342df1ced25df3d200ed23469e740196c86.zip
build-sys: use -lm for scriptreplay if necessary
Reported-by: Bert van Hall <bert.vanhall@avionic-design.de> Addresses: https://github.com/karelzak/util-linux/pull/397 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 1b7c5fccf..ad1bb1f8a 100644
--- a/term-utils/Makemodule.am
+++ b/term-utils/Makemodule.am
@@ -21,7 +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
+scriptreplay_LDADD = $(LDADD) libcommon.la $(MATH_LIBS)
endif # BUILD_SCRIPTREPLAY