summaryrefslogtreecommitdiffstats
path: root/term-utils/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2011-03-02 14:18:31 +0100
committerKarel Zak2011-03-02 14:18:31 +0100
commitc4571e49089d981aa8e8f2f350e99839d9f27ec7 (patch)
treeebb57b1e482c84459dfb04fb6852fb11fe0f0249 /term-utils/Makefile.am
parentbuild-sys: move reset to term-utils/ (diff)
downloadkernel-qcow2-util-linux-c4571e49089d981aa8e8f2f350e99839d9f27ec7.tar.gz
kernel-qcow2-util-linux-c4571e49089d981aa8e8f2f350e99839d9f27ec7.tar.xz
kernel-qcow2-util-linux-c4571e49089d981aa8e8f2f350e99839d9f27ec7.zip
build-sys: move mesg to term-utils/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/Makefile.am')
-rw-r--r--term-utils/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/term-utils/Makefile.am b/term-utils/Makefile.am
index 1f8a5b84f..c14c1489a 100644
--- a/term-utils/Makefile.am
+++ b/term-utils/Makefile.am
@@ -45,3 +45,8 @@ dist_usrbin_exec_SCRIPTS = reset
dist_man_MANS += reset.1
endif
EXTRA_DIST += README.reset reset.033c
+
+if BUILD_MESG
+usrbin_exec_PROGRAMS += mesg
+dist_man_MANS += mesg.1
+endif