From 5069a89d14f2cb3910c9aa87297eabc4e43f036f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 08:55:16 +0000 Subject: [PATCH] =?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 * wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS). --- cpukit/ChangeLog | 1 + cpukit/wrapup/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 71b83b7126..37fe9d49ef 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2006-11-17 Ralf Corsépius + * wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS). * configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS). diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 1ff4a1d3af..c59ea66679 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -28,6 +28,8 @@ endif TMP_LIBS += ../libcsupport/libcsupport.a if !UNIX TMP_LIBS += ../libblock/libblock.a +endif +if LIBDOSFS TMP_LIBS += ../libfs/libdosfs.a endif TMP_LIBS += ../libfs/libimfs.a