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>
|
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c,
|
* 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 \
|
include_zilog_HEADERS = backward/zilog/z8536.h backward/zilog/z8036.h \
|
||||||
backward/zilog/z8030.h
|
backward/zilog/z8030.h
|
||||||
|
|
||||||
if !UNIX
|
if LIBDOSFS
|
||||||
include_HEADERS += backward/dosfs.h
|
include_HEADERS += backward/dosfs.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ include_rtems_HEADERS += include/rtems/irq.h
|
|||||||
## libfs
|
## libfs
|
||||||
include_rtems_HEADERS += libfs/src/imfs/imfs.h
|
include_rtems_HEADERS += libfs/src/imfs/imfs.h
|
||||||
|
|
||||||
if !UNIX
|
if LIBDOSFS
|
||||||
include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
|
include_rtems_HEADERS += libfs/src/dosfs/dosfs.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ endif
|
|||||||
|
|
||||||
# dosfs
|
# dosfs
|
||||||
|
|
||||||
if !UNIX
|
if LIBDOSFS
|
||||||
noinst_LIBRARIES += libdosfs.a
|
noinst_LIBRARIES += libdosfs.a
|
||||||
|
|
||||||
# libdosfs_FATFS_C_FILES
|
# libdosfs_FATFS_C_FILES
|
||||||
|
|||||||
Reference in New Issue
Block a user