1
1
This commit was SVN r2343.
Этот коммит содержится в:
Tim Woodall 2004-08-28 00:09:14 +00:00
родитель 38961d6a66
Коммит 38ad4dcf1f
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ fi
# The list of MCA types (it's fixed)
AC_MSG_CHECKING([for MCA types])
found_types="common allocator coll gpr io llm mpool ns one oob op pcm pcmclient pml ptl topo"
found_types="common allocator coll gpr io llm mpool ns one oob op pcm pcmclient pml ptl svc topo"
AC_MSG_RESULT([$found_types])
# Get the list of all the non-configure MCA components that were found by
@ -325,6 +325,11 @@ AC_SUBST(MCA_ptl_STATIC_SUBDIRS)
AC_SUBST(MCA_ptl_DSO_SUBDIRS)
AC_SUBST(MCA_ptl_STATIC_LTLIBS)
AC_SUBST(MCA_svc_ALL_SUBDIRS)
AC_SUBST(MCA_svc_STATIC_SUBDIRS)
AC_SUBST(MCA_svc_DSO_SUBDIRS)
AC_SUBST(MCA_svc_STATIC_LTLIBS)
AC_SUBST(MCA_topo_ALL_SUBDIRS)
AC_SUBST(MCA_topo_STATIC_SUBDIRS)
AC_SUBST(MCA_topo_DSO_SUBDIRS)

Просмотреть файл

@ -908,6 +908,8 @@ AC_CONFIG_FILES([
src/mca/pml/base/Makefile
src/mca/ptl/Makefile
src/mca/ptl/base/Makefile
src/mca/svc/Makefile
src/mca/svc/base/Makefile
src/mca/topo/Makefile
src/mca/topo/base/Makefile
src/mca/ns/Makefile