* correct the installation paths of a bunch of headers
* make sure to install the libevent header * make Automake create the sysconf_DATA directory before trying to install the config files This commit was SVN r3614.
Этот коммит содержится в:
родитель
be253609ac
Коммит
5ee42c2a58
@ -8,6 +8,8 @@ EXTRA_DIST = \
|
||||
openmpi-default-hostfile \
|
||||
openmpi-mca-params.conf
|
||||
|
||||
sysconf_DATA =
|
||||
|
||||
# Steal a little trickery from a generated Makefile to only install
|
||||
# lam-bhost.def if one does not already exist at the target.
|
||||
|
||||
|
@ -35,7 +35,7 @@ liblfc_la_SOURCES = \
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/class
|
||||
ompidir = $(includedir)/openmpi/class
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
|
@ -37,6 +37,16 @@ noinst_LTLIBRARIES = libevent.la
|
||||
objects = $(OMPI_LIBEVENT_SOURCES:.c=.lo)
|
||||
|
||||
# OMPI: Changed to libevent_la_*
|
||||
libevent_la_SOURCES = event.c event.h
|
||||
headers = event.h
|
||||
|
||||
libevent_la_SOURCES = event.c $(headers)
|
||||
libevent_la_LIBADD = $(objects)
|
||||
libevent_la_DEPENDENCIES = $(objects)
|
||||
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/openmpi/event
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
endif
|
||||
|
@ -23,7 +23,7 @@ libmca_allocator_base_la_SOURCES = \
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/mca/allocator/base
|
||||
ompidir = $(includedir)/openmpi/mca/allocator/base
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
|
@ -25,7 +25,7 @@ libmca_mpool_base_la_SOURCES = \
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/mca/mpool/base
|
||||
ompidir = $(includedir)/openmpi/mca/mpool/base
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
|
@ -35,7 +35,7 @@ libmca_ptl_base_la_SOURCES = \
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/mca/ptl/base
|
||||
ompidir = $(includedir)/openmpi/mca/ptl/base
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
|
@ -24,7 +24,7 @@ libmca_svc_base_la_SOURCES = \
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/mca/svc/base
|
||||
ompidir = $(includedir)/openmpi/mca/svc/base
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user