* don't install $(headers) and $(nodist_headers) by default, and definitely
not in include_HEADERS. Fixes bug #222. This commit was SVN r11014.
Этот коммит содержится в:
родитель
45719b7de9
Коммит
07514ccf42
@ -20,15 +20,17 @@
|
||||
# mpif.h and mpif-common.h are not generated, but mpif-config.h is.
|
||||
# See big comments in these files for an explanation.
|
||||
|
||||
headers = \
|
||||
mpif-common.h
|
||||
# note - headers and nodist_headers will go in ${includedir}/openmpi,
|
||||
# not ${includedir}/
|
||||
headers =
|
||||
nodist_headers = \
|
||||
ompi_config.h
|
||||
|
||||
# Install these in $(includedir)
|
||||
include_HEADERS = $(headers)
|
||||
include_HEADERS = \
|
||||
mpif-common.h
|
||||
|
||||
# these two are always installed in $(includedir), but shouldn't be
|
||||
# these three are always installed in $(includedir), but shouldn't be
|
||||
# shipped since they are generated by configure from their .in
|
||||
# counterparts, which AM automatically ships.
|
||||
nodist_include_HEADERS = \
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user