From ddd259e848ebbca654dae796246e56907a1bb3e0 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 22 Jan 2012 01:51:34 +0300 Subject: Do not build fdisk and disk-utils if not linux --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index eb1e8d88..1358de34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,6 @@ MAN_DIRS = man/ru SUBDIRS = \ gnulib \ include \ - disk-utils \ - fdisk \ getopt \ lib \ $(SHLIBS_DIRS) \ @@ -30,9 +28,11 @@ SUBDIRS = \ po \ schedutils \ sys-utils \ - text-utils \ - tests + text-utils +if LINUX +SUBDIRS += disk-utils fdisk tests +endif RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o -- cgit v1.2.3