Skip to content

Commit

Permalink
Fix autoconf 'distcheck' target with pmi-simple
Browse files Browse the repository at this point in the history
Signed-off-by: James Dinan <[email protected]>
  • Loading branch information
James Dinan committed Jul 13, 2018
1 parent c3d12a7 commit 481cb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,9 @@ fi
if test -n "$with_pmi" -a "$with_pmi" != "no" -a "$with_pmi" != "yes" ; then
DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-pmi=${with_pmi}"
fi
if test "$enable_pmi_simple" = "yes" ; then
DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --enable-pmi-simple"
fi
if test -n "$FCFLAGS" ; then
DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS FCFLAGS=\"$FCFLAGS\""
fi
Expand Down
2 changes: 1 addition & 1 deletion pmi-simple/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# information, see the LICENSE file in the top level directory of the
# distribution.

AM_CPPFLAGS= -I$(top_builddir)/../src
AM_CPPFLAGS= -I$(top_srcdir)/src

if USE_PMI_SIMPLE
lib_LTLIBRARIES = libpmi_simple.la
Expand Down

0 comments on commit 481cb05

Please sign in to comment.