c3f9096fd9
This commit was SVN r21988.
23 строки
367 B
Makefile
23 строки
367 B
Makefile
#
|
|
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.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
|