summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-03-06 12:36:03 +0100
committerKarel Zak2012-03-20 11:22:09 +0100
commita7b585eac373f2b4322569b4c5deba0c4778c220 (patch)
tree148e8e3ec5cc2cfc50324a9ece5a96c3294fddb3 /Makefile.am
parentfsck: coding stype fixes (calloc, err, ...) (diff)
downloadkernel-qcow2-util-linux-a7b585eac373f2b4322569b4c5deba0c4778c220.tar.gz
kernel-qcow2-util-linux-a7b585eac373f2b4322569b4c5deba0c4778c220.tar.xz
kernel-qcow2-util-linux-a7b585eac373f2b4322569b4c5deba0c4778c220.zip
fsck: move to disk-utils directory
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ba890b88..9ac1ffc27 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,10 +48,6 @@ if BUILD_MOUNT
SUBDIRS += mount
endif
-if BUILD_FSCK
-SUBDIRS += fsck
-endif
-
if BUILD_SCHEDUTILS
SUBDIRS += schedutils
endif