summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-01 16:15:29 +0200
committerKarel Zak2012-06-26 20:50:53 +0200
commit50ea67950994d05151fb1c3da57aeebc1554f289 (patch)
tree5978848cc031ace9d10a36e40bb03b98aeb6bc91 /Makefile.am
parentbuild-sys: convert tests/ to module (diff)
downloadkernel-qcow2-util-linux-50ea67950994d05151fb1c3da57aeebc1554f289.tar.gz
kernel-qcow2-util-linux-50ea67950994d05151fb1c3da57aeebc1554f289.tar.xz
kernel-qcow2-util-linux-50ea67950994d05151fb1c3da57aeebc1554f289.zip
build-sys: rename fdisk -> fdisks/, convert 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 56a7a6506..d3171a0e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,6 @@ MAN_DIRS = man/ru
SUBDIRS = \
$(MAN_DIRS) \
- fdisk \
po
RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \
@@ -58,6 +57,7 @@ include mount-deprecated/Makemodule.am
include sys-utils/Makemodule.am
include misc-utils/Makemodule.am
include disk-utils/Makemodule.am
+include fdisks/Makemodule.am
include tests/Makemodule.am