summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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.