1
1

OSHMEM: some autogenerated files should be static

fixed by Roman, reviewed by Igor/Mike

cmr=v1.8.2:reviewer=ompi-rm1.8

This commit was SVN r31451.
Этот коммит содержится в:
Mike Dubman 2014-04-19 05:23:04 +00:00
родитель faaaac3194
Коммит 471652f2bf
5 изменённых файлов: 6 добавлений и 6 удалений

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

@ -172,7 +172,7 @@ m4_ifdef([project_orte],
m4_ifdef([project_ompi],
[AC_CONFIG_HEADERS([ompi/include/mpi.h])])
m4_ifdef([project_oshmem],
[AC_CONFIG_HEADER([oshmem/include/oshmem_config.h oshmem/include/shmem.h oshmem/include/pshmem.h])])
[AC_CONFIG_HEADER([oshmem/include/shmem.h])])
# override/fixup the version numbers set by AC_INIT, since on
# developer builds, there's no good way to know what the version is

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

@ -8,9 +8,8 @@
#
headers =
nodist_headers = \
oshmem_config.h
headers = oshmem_config.h
nodist_headers =
# Install these in $(includedir)
include_HEADERS =

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

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

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

@ -27,8 +27,9 @@
/*
* SHMEM version
*/
#define SHMEM_VERSION 1
#define SHMEM_SUBVERSION 5
#undef OSHMEM_MAJOR_VERSION
#undef OSHMEM_MINOR_VERSION
#undef OSHMEM_RELEASE_VERSION
#ifndef OSHMEM_DECLSPEC