File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
if PROJECT_OMPI
20
20
noinst_PROGRAMS = monitoring_test
21
21
monitoring_test_SOURCES = monitoring_test.c
22
- monitoring_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS )
22
+ monitoring_test_LDFLAGS = $(OMPI_PKG_CONFIG_LDFLAGS )
23
23
monitoring_test_LDADD = \
24
24
$(top_builddir ) /ompi/lib@
[email protected] \
25
- $(top_builddir ) /opal/libopen -pal.la
25
+ $(top_builddir ) /opal/lib@OPAL_LIB_PREFIX@open -pal.la
26
26
27
27
if MCA_BUILD_ompi_pml_monitoring_DSO
28
28
lib_LTLIBRARIES = ompi_monitoring_prof.la
@@ -31,7 +31,7 @@ if MCA_BUILD_ompi_pml_monitoring_DSO
31
31
-module -avoid-version -shared $(WRAPPER_EXTRA_LDFLAGS )
32
32
ompi_monitoring_prof_la_LIBADD = \
33
33
$(top_builddir ) /ompi/lib@
[email protected] \
34
- $(top_builddir ) /opal/libopen -pal.la
34
+ $(top_builddir ) /opal/lib@OPAL_LIB_PREFIX@open -pal.la
35
35
endif # MCA_BUILD_ompi_pml_monitoring_DSO
36
36
37
37
endif # PROJECT_OMPI
You can’t perform that action at this time.
0 commit comments