1
1

- Adjust include paths for ltdl.h

- Properly set CLEANFILES to remove F90 kruft

This commit was SVN r7106.
Этот коммит содержится в:
Jeff Squyres 2005-08-31 10:56:01 +00:00
родитель 27f1174d0e
Коммит b4e2c96e22
3 изменённых файлов: 5 добавлений и 2 удалений

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

@ -93,6 +93,8 @@ lib_LIBRARIES += libmpi_f90.a
mpi-f90-interfaces.h: fortran_kinds.sh
CLEANFILES += mpi-f90-interfaces.h
# Run scripts to generate the f90 source files. We only need to
# generate the .f90 files once, so the "test" checks to see if the
# file exists before running the script. However, the

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

@ -21,7 +21,8 @@ include $(top_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_PKGLIBDIR=\"$(pkglibdir)\" \
-DOMPI_SYSCONFDIR=\"$(sysconfdir)\"
-DOMPI_SYSCONFDIR=\"$(sysconfdir)\" \
-I$(top_srcdir)/opal/libltdl
AM_LFLAGS = -Pmca_base_yy
LEX_OUTPUT_ROOT = lex.mca_base_yy

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

@ -20,7 +20,7 @@
#include "ompi_config.h"
#if OMPI_WANT_LIBLTDL
#include "libltdl/ltdl.h"
#include "ltdl.h"
#endif
#include "opal/class/opal_object.h"