From 3f91b9902b7333c42d74f655a57532a0b8f15859 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 21 May 2014 13:58:03 +0200 Subject: build-sys: add BUILD_{SCRIPT,SCRIPTREPLAY} Signed-off-by: Karel Zak --- term-utils/Makemodule.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'term-utils/Makemodule.am') diff --git a/term-utils/Makemodule.am b/term-utils/Makemodule.am index 39fddc9a0..5c73f3e5e 100644 --- a/term-utils/Makemodule.am +++ b/term-utils/Makemodule.am @@ -1,4 +1,4 @@ - +if BUILD_SCRIPT usrbin_exec_PROGRAMS += script dist_man_MANS += term-utils/script.1 script_SOURCES = term-utils/script.c @@ -9,11 +9,13 @@ endif if HAVE_UTEMPTER script_LDADD += -lutempter endif +endif # BUILD_SCRIPT - +if BUILD_SCRIPTREPLAY usrbin_exec_PROGRAMS += scriptreplay dist_man_MANS += term-utils/scriptreplay.1 scriptreplay_SOURCES = term-utils/scriptreplay.c +endif # BUILD_SCRIPTREPLAY if BUILD_AGETTY -- cgit v1.2.3-55-g7522