1
1

Add missing files - thanks to Mr. Anonymous for reporting them as missing from the 1.8 tarball

cmr=v1.8.1:reviewer=jsquyres:subject=add missing portals4 files

This commit was SVN r31332.
Этот коммит содержится в:
Ralph Castain 2014-04-08 02:55:14 +00:00
родитель 490d28e2d4
Коммит b12ee27b3d
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -11,6 +11,7 @@
# All rights reserved.
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2010-2012 Sandia National Laboratories. All rights reserved.
# Copyright (c) 2014 Intel, Inc. All rights reserved
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -24,6 +25,8 @@
AM_CPPFLAGS = $(mtl_portals4_CPPFLAGS)
EXTRA_DIST = post_configure.sh
if MCA_BUILD_ompi_mtl_portals4_DSO
component_noinst =
component_install = mca_mtl_portals4.la
@ -37,6 +40,7 @@ local_sources = \
mtl_portals4.h \
mtl_portals4_cancel.c \
mtl_portals4_component.c \
mtl_portals4_enpoint.h \
mtl_portals4_message.c \
mtl_portals4_message.h \
mtl_portals4_probe.c \

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

@ -15,7 +15,8 @@ portals4_sources = \
osc_portals4_component.c \
osc_portals4_active_target.c \
osc_portals4_passive_target.c \
osc_portals4_request.c
osc_portals4_request.c \
osc_portals4_request.h
AM_CPPFLAGS = $(osc_portals4_CPPFLAGS)