1
1
openmpi/orte/mca/rmcast/base/Makefile.am
Ralph Castain 18960a9c5a Refactor the multicast support so the data type objects can be accessed beyond just the one component
Ensure that the local node is included in the allocation prior to bootstrap discovery

This commit was SVN r22099.
2009-10-14 17:43:40 +00:00

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