1
1

* don't install $(headers) and $(nodist_headers) by default, and definitely

not in include_HEADERS.  Fixes bug #222.

This commit was SVN r11014.
Этот коммит содержится в:
Brian Barrett 2006-07-26 21:20:41 +00:00
родитель 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 = \