From e604ab66c5e06c7865ba8ed1e24099167f8584e6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Jul 2003 09:48:50 +0000 Subject: 2003-07-08 Ralf Corsepius * configure.ac: Merge-in libfs/configure.ac. * Makefile.am: Add libfs to SUBDIRS. --- cpukit/ChangeLog | 5 +++++ cpukit/Makefile.am | 2 +- cpukit/configure.ac | 8 +++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5c2394ce56..b684b24cda 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2003-07-08 Ralf Corsepius + + * configure.ac: Merge-in libfs/configure.ac. + * Makefile.am: Add libfs to SUBDIRS. + 2003-07-08 Ralf Corsepius * configure.ac: Merge-in libblock/configure.ac. diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 86a7bda1f4..7b60c144c3 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I aclocal include $(top_srcdir)/automake/multilib.am -SUBDIRS = . include ada score rtems sapi libblock @subdirs@ wrapup +SUBDIRS = . include ada score rtems sapi libblock libfs @subdirs@ wrapup noinst_DATA = preinstall-stamp diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 846f18cc38..c3182dce80 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -67,7 +67,6 @@ AM_CONDITIONAL([LIBSCORECPU], [test -f "${srcdir}/score/cpu/${RTEMS_CPU}/cpu.c"]) AC_CONFIG_SUBDIRS([libcsupport]) -AC_CONFIG_SUBDIRS([libfs]) AS_IF([test x"$HAS_NETWORKING" = x"yes"],[ AC_CONFIG_SUBDIRS(libnetworking) ## FIXME: Should better use a feature-based test @@ -153,7 +152,14 @@ score/cpu/Makefile ]) AC_CONFIG_FILES([libblock/Makefile]) + +AC_CONFIG_FILES([libfs/Makefile +libfs/src/Makefile +libfs/src/imfs/Makefile +libfs/src/dosfs/Makefile]) + AC_CONFIG_FILES([ada/Makefile]) + AC_CONFIG_FILES([wrapup/Makefile]) AC_OUTPUT -- cgit v1.2.3