summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 18:06:21 +0200
committerKarel Zak2012-06-26 20:48:22 +0200
commit8772f8d7eeeb922bccee3376552c59d7148df7b4 (patch)
tree3c647b5bef8f071de1166ecc004d58ef93104b98 /Makefile.am
parenttools: cleanup config-gen.d (diff)
downloadkernel-qcow2-util-linux-8772f8d7eeeb922bccee3376552c59d7148df7b4.tar.gz
kernel-qcow2-util-linux-8772f8d7eeeb922bccee3376552c59d7148df7b4.tar.xz
kernel-qcow2-util-linux-8772f8d7eeeb922bccee3376552c59d7148df7b4.zip
build-sys: convert sys-utils/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b8c2b13d9..35cd0b9d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,6 @@ SUBDIRS = \
getopt \
misc-utils \
po \
- sys-utils \
tests
RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \
@@ -48,7 +47,6 @@ if BUILD_PARTX
SUBDIRS += partx
endif
-AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST += \
@@ -70,6 +68,7 @@ include text-utils/Makemodule.am
include term-utils/Makemodule.am
include login-utils/Makemodule.am
include mount-deprecated/Makemodule.am
+include sys-utils/Makemodule.am
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.