1
1

Ensure all these files get included in the dist tarball

This commit was SVN r1602.
Этот коммит содержится в:
Jeff Squyres 2004-07-08 17:01:24 +00:00
родитель 0f19862443
Коммит 2e387a3d36

Просмотреть файл

@ -6,7 +6,7 @@ include $(top_srcdir)/config/Makefile.options
SUBDIRS = sys
headers = \
noinst_HEADERS = \
atomic.h \
constants.h \
ompi.h \
@ -17,7 +17,7 @@ headers = \
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/openmpi/include
ompi_HEADERS = $(headers)
ompi_HEADERS = $(noinst_HEADERS)
else
ompidir = $(includedir)
endif