1
1

- ompi_ext.m4: For VPATH builds, create the subdirectories first

- mpiext.h: For OMPI_DECLSPEC, include the ompi_config.h

This commit was SVN r23623.
Этот коммит содержится в:
Rainer Keller 2010-08-17 22:40:22 +00:00
родитель 13c827dda8
Коммит 104afe39e4
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -137,6 +137,7 @@ EOF
outfile_real=ompi/mpiext/static-components.h
outfile=$outfile_real.new
rm -f $outfile $outfile.struct $outfile.extern
$MKDIR_P ompi/mpiext
touch $outfile.struct $outfile.extern
m4_foreach(extension, [ompi_mpiext_list],

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

@ -5,6 +5,8 @@
extern "C" {
#endif
#include "ompi_config.h"
OMPI_DECLSPEC int ompi_mpiext_init(void);
OMPI_DECLSPEC int ompi_mpiext_fini(void);