summaryrefslogtreecommitdiffstats
path: root/c/src/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 14:06:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 14:06:06 +0000
commit1f0a2b89f83cf119c67fc8f68854772fae269a06 (patch)
treefa24300de469ec7fb1a7a52f04cb32fa154ea712 /c/src/configure.in
parentMinor corrections to get mvme2307 to compile. (diff)
downloadrtems-1f0a2b89f83cf119c67fc8f68854772fae269a06.tar.bz2
Added wrapup directory.
Diffstat (limited to '')
-rw-r--r--c/src/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/configure.in b/c/src/configure.in
index 487f6cbc2e..1ca0af2fe4 100644
--- a/c/src/configure.in
+++ b/c/src/configure.in
@@ -33,6 +33,7 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
cfg_subdirs="$cfg_subdirs librtems++";
fi
AC_CONFIG_SUBDIRS($cfg_subdirs)
+AC_CONFIG_SUBDIRS(wrapup)
AC_SUBST(cfg_subdirs)
AC_CONFIG_SUBDIRS(tests)