summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Thibault2007-11-04 16:54:27 +0100
committerKarel Zak2007-11-08 02:26:36 +0100
commit3bbc9320791e2768eb0ddda3823cb55ad63f79e1 (patch)
treea1de51c23dc935a2deb760d167434b7864eec784 /Makefile.am
parentmore: non-linux support (diff)
downloadkernel-qcow2-util-linux-3bbc9320791e2768eb0ddda3823cb55ad63f79e1.tar.gz
kernel-qcow2-util-linux-3bbc9320791e2768eb0ddda3823cb55ad63f79e1.tar.xz
kernel-qcow2-util-linux-3bbc9320791e2768eb0ddda3823cb55ad63f79e1.zip
build-sys: non-linux support
Here is a patch that disables linux-specific tools on non-linux targets. Signed-Off-By: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-Off-By: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f00f51a62..0915ba403 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,17 +5,21 @@ SUBDIRS = \
disk-utils \
fdisk \
getopt \
- hwclock \
login-utils \
misc-utils \
- mount \
- partx \
po \
schedutils \
sys-utils \
text-utils \
tests
+if LINUX
+SUBDIRS += \
+ hwclock \
+ mount \
+ partx
+endif
+
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \