1
1

Need to install the mpool_rdma.h so that we can build external BTLs that

use the RDMA protocol

This commit was SVN r16237.
Этот коммит содержится в:
Brian Barrett 2007-09-26 16:58:54 +00:00
родитель 069e6dc4a0
Коммит 56e26ed390

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

@ -23,10 +23,17 @@
AM_CPPFLAGS = $(mpool_rdma_CPPFLAGS)
sources = \
mpool_rdma.h \
mpool_rdma_module.c \
mpool_rdma_component.c
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/openmpi/ompi/mca/mpool/rdma
ompi_HEADERS = mpool_rdma.h
else
ompidir = $(includedir)
ompi_HEADERS =
endif
# Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
# (for static builds).