summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 18:20:00 +0200
committerKarel Zak2012-06-26 20:48:23 +0200
commit54dbc8cf69dff20e641f6c81e4471c7fc9e31aff (patch)
tree6005bffae83bf88b4734f1b0b639c4dd40f6b7fe /Makefile.am
parentbuild-sys: move getopt to misc-utils/ (diff)
downloadkernel-qcow2-util-linux-54dbc8cf69dff20e641f6c81e4471c7fc9e31aff.tar.gz
kernel-qcow2-util-linux-54dbc8cf69dff20e641f6c81e4471c7fc9e31aff.tar.xz
kernel-qcow2-util-linux-54dbc8cf69dff20e641f6c81e4471c7fc9e31aff.zip
build-sys: convert disk-utils/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 825df74a2..8c58e4e01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,6 @@ MAN_DIRS = man/ru
SUBDIRS = \
$(MAN_DIRS) \
- disk-utils \
fdisk \
po \
tests
@@ -62,6 +61,7 @@ include login-utils/Makemodule.am
include mount-deprecated/Makemodule.am
include sys-utils/Makemodule.am
include misc-utils/Makemodule.am
+include disk-utils/Makemodule.am
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.