summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 17:53:09 +0200
committerKarel Zak2012-06-26 17:53:09 +0200
commit22d2322eb1202f6961041b8fcacbe6e6856fb6b0 (patch)
treea0cf1195fe05d2cc7c3ad681a84b6be365df676f /Makefile.am
parentbuild-sys: convert text-utils/ to module (diff)
downloadkernel-qcow2-util-linux-22d2322eb1202f6961041b8fcacbe6e6856fb6b0.tar.gz
kernel-qcow2-util-linux-22d2322eb1202f6961041b8fcacbe6e6856fb6b0.tar.xz
kernel-qcow2-util-linux-22d2322eb1202f6961041b8fcacbe6e6856fb6b0.zip
build-sys: convert term-utils/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 6 insertions, 5 deletions
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.