From 10bf8e69c40df54c6e81a226dd11c3b13bebf0d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 08:46:45 +0000 Subject: =?UTF-8?q?2006-11-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS). --- cpukit/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 4fceb84e56..46bc214046 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -60,7 +60,7 @@ include_zilogdir = $(includedir)/zilog include_zilog_HEADERS = backward/zilog/z8536.h backward/zilog/z8036.h \ backward/zilog/z8030.h -if !UNIX +if LIBDOSFS include_HEADERS += backward/dosfs.h endif @@ -100,7 +100,7 @@ include_rtems_HEADERS += include/rtems/irq.h ## libfs include_rtems_HEADERS += libfs/src/imfs/imfs.h -if !UNIX +if LIBDOSFS include_rtems_HEADERS += libfs/src/dosfs/dosfs.h endif -- cgit v1.2.3