2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
This commit is contained in:
Ralf Corsepius
2006-11-17 08:55:16 +00:00
parent 10bf8e69c4
commit 5069a89d14
2 changed files with 3 additions and 0 deletions

View File

@@ -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