1
1

Move module_exchange to pml/base

This commit was SVN r6305.
Этот коммит содержится в:
Jeff Squyres 2005-07-02 16:12:04 +00:00
родитель 6a6f93637d
Коммит 1b6326f76d
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -27,6 +27,7 @@ AM_CPPFLAGS = -I$(top_builddir)/src
headers = \
base.h \
pml_base_bsend.h \
pml_base_module_exchange.h \
pml_base_request.h \
pml_base_recvreq.h \
pml_base_sendreq.h
@ -35,10 +36,11 @@ libmca_pml_base_la_SOURCES = \
$(headers) \
pml_base_bsend.c \
pml_base_close.c \
pml_base_request.c \
pml_base_module_exchange.h \
pml_base_open.c \
pml_base_select.c \
pml_base_recvreq.c \
pml_base_request.c \
pml_base_select.c \
pml_base_sendreq.c
# Conditionally install the header files

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

@ -23,7 +23,6 @@ noinst_LTLIBRARIES = liborteutil.la
# Source code files
headers = \
orte_module_exchange.h \
proc_info.h \
session_dir.h \
universe_setup_file_io.h \
@ -31,7 +30,6 @@ headers = \
liborteutil_la_SOURCES = \
$(headers) \
orte_module_exchange.c \
proc_info.c \
session_dir.c \
universe_setup_file_io.c \