Skip to content

Commit 1e8fb3e

Browse files
committed
fix vpath problem
Signed-off-by: Howard Pritchard <[email protected]>
1 parent b9954b2 commit 1e8fb3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ompi/tools/mpirun/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
if OMPI_WANT_PRRTE
1616

17+
#
18+
# to help VPATH'd builds find prrte_version.h
19+
#
20+
AM_CFLAGS = \
21+
-I$(top_builddir)/3rd-party/prrte/include
22+
1723
bin_PROGRAMS = mpirun
1824

1925
EXTRA_DIST = help-mpirun.txt

0 commit comments

Comments
 (0)