From aea8e66bce0ea04c296cbf2f92e6d5767345dace Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 23 May 2005 13:16:14 +0000 Subject: 2005-05-23 Ralf Corsepius * configure.ac: Add ada/. --- c/src/ChangeLog | 4 ++++ c/src/configure.ac | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 211b0094a5..9a7e981989 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2005-05-23 Ralf Corsepius + + * configure.ac: Add ada/. + 2005-05-20 Sergei Organov PR 750/networking diff --git a/c/src/configure.ac b/c/src/configure.ac index bb4c4daecd..e6017a280a 100644 --- a/c/src/configure.ac +++ b/c/src/configure.ac @@ -162,6 +162,7 @@ AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[ ]) BSP_SUBDIRS="$BSP_SUBDIRS support" +BSP_SUBDIRS="$BSP_SUBDIRS ada" BSP_SUBDIRS="$BSP_SUBDIRS wrapup" AC_ARG_ENABLE([ada], @@ -225,6 +226,9 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \ && test -n "$AWK" \ && test "$enable_rpcgen" = yes]) +AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \ + && test x"$rtems_cv_HAS_POSIX_API" = x"yes"]) + RTEMS_PROJECT_ROOT AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) @@ -256,6 +260,8 @@ lib/libcpu/Makefile lib/libbsp/Makefile +ada/Makefile + wrapup/Makefile ]) -- cgit v1.2.3