2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Add nfsclient.
This commit is contained in:
Ralf Corsepius
2007-07-25 09:33:23 +00:00
parent 6e6267bb20
commit 9faed348b8
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org> 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add nfsclient.
* nfsclient/Makefile.am: New. * nfsclient/Makefile.am: New.
* nfsclient/proto/Makefile, nfsclient/Makefile, * nfsclient/proto/Makefile, nfsclient/Makefile,
nfsclient/src/Makefile: Remove. nfsclient/src/Makefile: Remove.

View File

@@ -153,6 +153,7 @@ fi
BSP_SUBDIRS="$BSP_SUBDIRS lib" BSP_SUBDIRS="$BSP_SUBDIRS lib"
BSP_SUBDIRS="$BSP_SUBDIRS libchip" BSP_SUBDIRS="$BSP_SUBDIRS libchip"
BSP_SUBDIRS="$BSP_SUBDIRS librdbg" BSP_SUBDIRS="$BSP_SUBDIRS librdbg"
BSP_SUBDIRS="$BSP_SUBDIRS nfsclient"
AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[ AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[
AC_CONFIG_SUBDIRS([librtems++]) AC_CONFIG_SUBDIRS([librtems++])
@@ -270,6 +271,7 @@ lib/libcpu/Makefile
lib/libbsp/Makefile lib/libbsp/Makefile
nfsclient/Makefile
ada/Makefile ada/Makefile
wrapup/Makefile wrapup/Makefile