summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2010-12-10 17:28:32 +0100
committerKarel Zak2010-12-10 17:28:32 +0100
commit5502d92b28e442c8b9294608eaf67df9127d11e9 (patch)
tree924b81cc9b93c860c1f72298b0afbe4100a50052 /Makefile.am
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-5502d92b28e442c8b9294608eaf67df9127d11e9.tar.gz
kernel-qcow2-util-linux-5502d92b28e442c8b9294608eaf67df9127d11e9.tar.xz
kernel-qcow2-util-linux-5502d92b28e442c8b9294608eaf67df9127d11e9.zip
simpleinit: move old init stuff to separate directory
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 616669d2c..368ded448 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,10 @@ SUBDIRS += \
partx
endif
+if BUILD_INIT
+SUBDIRS += simpleinit
+endif
+
if BUILD_MOUNT
SUBDIRS += mount
endif