Install header.
This commit was SVN r6512.
Этот коммит содержится в:
родитель
7232f648a6
Коммит
6f38d05a9f
@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
include $(top_ompi_srcdir)/config/Makefile.options
|
include $(top_ompi_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
|
headers = \
|
||||||
|
soh_bproc.h
|
||||||
|
|
||||||
if OMPI_BUILD_soh_bproc_DSO
|
if OMPI_BUILD_soh_bproc_DSO
|
||||||
component_noinst =
|
component_noinst =
|
||||||
component_install = mca_soh_bproc.la
|
component_install = mca_soh_bproc.la
|
||||||
@ -24,6 +27,15 @@ component_noinst = libmca_soh_bproc.la
|
|||||||
component_install =
|
component_install =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Conditionally install the header files
|
||||||
|
|
||||||
|
if WANT_INSTALL_HEADERS
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/soh/bproc
|
||||||
|
orte_HEADERS = $(headers)
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
|
endif
|
||||||
|
|
||||||
host_SOURCES = \
|
host_SOURCES = \
|
||||||
soh_bproc.c \
|
soh_bproc.c \
|
||||||
soh_bproc.h \
|
soh_bproc.h \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user