summaryrefslogtreecommitdiffstats
path: root/c/src/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 18:53:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 18:53:31 +0000
commit0efa9f01f80d98aabc54a87748d60cd19be2416c (patch)
treef87837544206ee7720b9b49961e890310e99328b /c/src/configure.in
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make libnetworking (diff)
downloadrtems-0efa9f01f80d98aabc54a87748d60cd19be2416c.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug
where wrapup left pieces out of the librtemsall.a.
Diffstat (limited to 'c/src/configure.in')
-rw-r--r--c/src/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/configure.in b/c/src/configure.in
index d708184bb4..487f6cbc2e 100644
--- a/c/src/configure.in
+++ b/c/src/configure.in
@@ -33,10 +33,12 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
cfg_subdirs="$cfg_subdirs librtems++";
fi
AC_CONFIG_SUBDIRS($cfg_subdirs)
+AC_SUBST(cfg_subdirs)
AC_CONFIG_SUBDIRS(tests)
RTEMS_PROJECT_ROOT
AC_OUTPUT(
Makefile
+wrapup/Makefile
)