summaryrefslogtreecommitdiffstats
path: root/c/src/configure
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/configure')
-rw-r--r--c/src/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/configure b/c/src/configure
index cb3ec2ae10..ddc00eaefb 100644
--- a/c/src/configure
+++ b/c/src/configure
@@ -1016,7 +1016,9 @@ subdirs="make exec"
subdirs="make exec lib"
-subdirs="make exec lib tests"
+subdirs="make exec lib librtems++"
+
+subdirs="make exec lib librtems++ tests"
trap '' 1 2 15
@@ -1341,7 +1343,7 @@ if test "$no_recursion" != yes; then
esac
done
- for ac_config_dir in make exec lib tests; do
+ for ac_config_dir in make exec lib librtems++ tests; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.