From c4571e49089d981aa8e8f2f350e99839d9f27ec7 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 2 Mar 2011 14:18:31 +0100 Subject: [PATCH] build-sys: move mesg to term-utils/ Signed-off-by: Karel Zak --- login-utils/Makefile.am | 5 ----- term-utils/Makefile.am | 5 +++++ {login-utils => term-utils}/mesg.1 | 0 {login-utils => term-utils}/mesg.c | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename {login-utils => term-utils}/mesg.1 (100%) rename {login-utils => term-utils}/mesg.c (100%) diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am index a1282465db..d2f9eb3819 100644 --- a/login-utils/Makefile.am +++ b/login-utils/Makefile.am @@ -74,11 +74,6 @@ install-exec-hook:: endif -if BUILD_MESG -usrbin_exec_PROGRAMS += mesg -dist_man_MANS += mesg.1 -endif - if BUILD_WALL usrbin_exec_PROGRAMS += wall wall_SOURCES = wall.c ttymsg.c ttymsg.h diff --git a/term-utils/Makefile.am b/term-utils/Makefile.am index 1f8a5b84f1..c14c1489af 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 diff --git a/login-utils/mesg.1 b/term-utils/mesg.1 similarity index 100% rename from login-utils/mesg.1 rename to term-utils/mesg.1 diff --git a/login-utils/mesg.c b/term-utils/mesg.c similarity index 100% rename from login-utils/mesg.c rename to term-utils/mesg.c -- 2.47.2