Ensure that the headers get installed (if selected).
This commit was SVN r1565.
Этот коммит содержится в:
родитель
f59a3e91d5
Коммит
fae7333bca
@ -1,13 +1,21 @@
|
||||
# -*- makefile -*-
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
include_HEADERS = \
|
||||
headers = \
|
||||
atomic.h \
|
||||
constants.h \
|
||||
ompi.h \
|
||||
totalview.h \
|
||||
types.h
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
ompidir = $(includedir)/openmpi/include
|
||||
ompi_HEADERS = $(headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
endif
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user