Changeset e604ab6 in rtems
- Timestamp:
- 07/08/03 09:48:50 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2cc9367
- Parents:
- c41c8b7
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rc41c8b7 re604ab6 1 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Merge-in libfs/configure.ac. 4 * Makefile.am: Add libfs to SUBDIRS. 5 1 6 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/Makefile.am
rc41c8b7 re604ab6 7 7 include $(top_srcdir)/automake/multilib.am 8 8 9 SUBDIRS = . include ada score rtems sapi libblock @subdirs@ wrapup9 SUBDIRS = . include ada score rtems sapi libblock libfs @subdirs@ wrapup 10 10 11 11 noinst_DATA = preinstall-stamp -
cpukit/configure.ac
rc41c8b7 re604ab6 68 68 69 69 AC_CONFIG_SUBDIRS([libcsupport]) 70 AC_CONFIG_SUBDIRS([libfs])71 70 AS_IF([test x"$HAS_NETWORKING" = x"yes"],[ 72 71 AC_CONFIG_SUBDIRS(libnetworking) … … 154 153 155 154 AC_CONFIG_FILES([libblock/Makefile]) 155 156 AC_CONFIG_FILES([libfs/Makefile 157 libfs/src/Makefile 158 libfs/src/imfs/Makefile 159 libfs/src/dosfs/Makefile]) 160 156 161 AC_CONFIG_FILES([ada/Makefile]) 162 157 163 AC_CONFIG_FILES([wrapup/Makefile]) 158 164
Note: See TracChangeset
for help on using the changeset viewer.