Commit fd39c3f 1 parent 285fe64 commit fd39c3f Copy full SHA for fd39c3f
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ AM_CPPFLAGS += $(MPI_H_INCLUDE)
52
52
# handle the "include" directory here
53
53
AM_CPPFLAGS += -I$(top_builddir ) /include -I$(top_srcdir ) /include $(external_includes )
54
54
# nodist_ b/c these are created by config.status and should not be distributed
55
+ if INSTALL_HEADERS
55
56
nodist_include_HEADERS += include/mpio.h include/mpiof.h
57
+ endif
56
58
57
59
# ------------------------------------------------------------------------
58
60
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ FROM_OMPI=${FROM_OMPI:-no}
106
106
if test "$FROM_OMPI" = 1 ; then FROM_OMPI=yes ; fi
107
107
108
108
AM_CONDITIONAL([ BUILD_BINDING] , [ test "$FROM_MPICH" != "yes"] )
109
+ AM_CONDITIONAL([ INSTALL_HEADERS] , [ test "$FROM_MPICH" != "yes"] )
109
110
110
111
# MPL
111
112
AC_ARG_VAR ( [ MPLLIBNAME] ,[ can be used to override the name of the MPL library (default: "mpl")] )
You can’t perform that action at this time.
0 commit comments