18960a9c5a
Ensure that the local node is included in the allocation prior to bootstrap discovery This commit was SVN r22099.
26 строки
440 B
Makefile
26 строки
440 B
Makefile
#
|
|
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_pkgdata_DATA += base/help-rmcast-base.txt
|
|
|
|
headers += \
|
|
base/base.h \
|
|
base/private.h
|
|
|
|
libmca_rmcast_la_SOURCES += \
|
|
base/rmcast_base_open.c
|
|
|
|
if !ORTE_DISABLE_FULL_SUPPORT
|
|
|
|
libmca_rmcast_la_SOURCES += \
|
|
base/rmcast_base_close.c \
|
|
base/rmcast_base_select.c
|
|
|
|
endif
|