From 5502d92b28e442c8b9294608eaf67df9127d11e9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 10 Dec 2010 17:28:32 +0100 Subject: simpleinit: move old init stuff to separate directory Signed-off-by: Karel Zak --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 616669d2..368ded44 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 -- cgit v1.2.3