summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 96af99d26..b8c2b13d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,11 +48,6 @@ if BUILD_PARTX
SUBDIRS += partx
endif
-if BUILD_MOUNT
-SUBDIRS += mount
-endif
-
-
AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I m4
@@ -74,6 +69,7 @@ include schedutils/Makemodule.am
include text-utils/Makemodule.am
include term-utils/Makemodule.am
include login-utils/Makemodule.am
+include mount-deprecated/Makemodule.am
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.