From 22d2322eb1202f6961041b8fcacbe6e6856fb6b0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 26 Jun 2012 17:53:09 +0200 Subject: build-sys: convert term-utils/ to module Signed-off-by: Karel Zak --- Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a68ecfca9..d604e24eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,9 @@ dist_man_MANS = man_MANS = pkgconfig_DATA = usrlib_exec_LTLIBRARIES = +bin_PROGRAMS = +sbin_PROGRAMS = +dist_usrbin_exec_SCRIPTS = INSTALL_EXEC_HOOKS = UNINSTALL_HOOKS = @@ -32,10 +35,7 @@ SUBDIRS = \ misc-utils \ po \ sys-utils \ - term-utils \ - tests \ - text-utils - + tests RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o @@ -71,7 +71,8 @@ include libblkid/Makemodule.am include libmount/Makemodule.am include schedutils/Makemodule.am - +include text-utils/Makemodule.am +include term-utils/Makemodule.am # Arrange so that .tarball-version appears only in the distribution # tarball, and never in a checked-out repository. -- cgit v1.2.3-55-g7522