forked from Imagelibrary/rtems
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac, Makefile.am, libfs/Makefile.am:
|
||||
Introduce AM_CONDITIONAL(LIBDOSFS).
|
||||
|
||||
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ endif
|
||||
|
||||
# dosfs
|
||||
|
||||
if !UNIX
|
||||
if LIBDOSFS
|
||||
noinst_LIBRARIES += libdosfs.a
|
||||
|
||||
# libdosfs_FATFS_C_FILES
|
||||
|
||||
Reference in New Issue
Block a user