File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717if OMPI_WANT_JAVA_BINDINGS
1818
1919# Get the include files that were generated from the .java source files
20- AM_CPPFLAGS = -I$(top_builddir ) /ompi/mpi/java/java $(OPAL_JDK_CPPFLAGS ) -DOPAL_DYN_LIB_SUFFIX=\"$(OPAL_DYN_LIB_SUFFIX ) \"
20+ AM_CPPFLAGS = -I$(top_builddir ) /ompi/mpi/java/java $(OPAL_JDK_CPPFLAGS ) -DOMPI_LIB_PREFIX=\" $( OMPI_LIB_PREFIX ) \" - DOPAL_DYN_LIB_SUFFIX=\"$(OPAL_DYN_LIB_SUFFIX ) \"
2121
2222headers = \
2323 mpiJava.h
Original file line number Diff line number Diff line change 2020# $HEADER$
2121#
2222
23- AM_CPPFLAGS = -DBTL_IN_OPAL=1 $(opal_common_libfabric_CPPFLAGS )
23+ AM_CPPFLAGS = -DBTL_IN_OPAL=1 $(opal_common_libfabric_CPPFLAGS ) -DOMPI_LIB_PREFIX=\" $( OMPI_LIB_PREFIX ) \"
2424
2525EXTRA_DIST = README.txt README.test
2626
Original file line number Diff line number Diff line change 99
1010dist_oshmemdata_DATA += base/help-oshmem-memheap.txt
1111
12+ AM_CPPFLAGS = -DOMPI_LIB_PREFIX=\"$(OMPI_LIB_PREFIX ) \"
13+
1214headers += \
1315 base/base.h
1416
You can’t perform that action at this time.
0 commit comments