summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 08:12:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 08:12:15 +0000
commit9483fbf37027785daea96169315a5cf2fb75ae99 (patch)
tree40b78fa22fe49a84f5de85f075f15a304f6a7f36 /cpukit/configure.ac
parent2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9483fbf37027785daea96169315a5cf2fb75ae99.tar.bz2
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in libblock/configure.ac. * Makefile.am: Add libblock to SUBDIRS.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 92c67de3a2..846f18cc38 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([libblock])
AC_CONFIG_SUBDIRS([libfs])
AS_IF([test x"$HAS_NETWORKING" = x"yes"],[
AC_CONFIG_SUBDIRS(libnetworking)
@@ -151,9 +150,10 @@ rtems/Makefile
sapi/Makefile
score/Makefile
score/cpu/Makefile
-wrapup/Makefile
])
+AC_CONFIG_FILES([libblock/Makefile])
AC_CONFIG_FILES([ada/Makefile])
+AC_CONFIG_FILES([wrapup/Makefile])
AC_OUTPUT