File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ mcacomponentdir = $(opallibdir)
34
34
mcacomponent_LTLIBRARIES = $(component_install )
35
35
mca_pmix_external_la_SOURCES = $(sources )
36
36
mca_pmix_external_la_CFLAGS =
37
- mca_pmix_external_la_CPPFLAGS = $(opal_pmix_ext_CPPFLAGS )
38
- mca_pmix_external_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext_LDFLAGS )
39
- mca_pmix_external_la_LIBADD = $(opal_pmix_ext_LIBS ) \
37
+ mca_pmix_external_la_CPPFLAGS = $(opal_pmix_external_CPPFLAGS )
38
+ mca_pmix_external_la_LDFLAGS = -module -avoid-version $(opal_pmix_external_LDFLAGS )
39
+ mca_pmix_external_la_LIBADD = $(opal_pmix_external_LIBS ) \
40
40
$(OPAL_TOP_BUILDDIR ) /opal/mca/event/lib@OPAL_LIB_PREFIX@mca_event.la \
41
41
$(OPAL_TOP_BUILDDIR ) /opal/mca/hwloc/lib@OPAL_LIB_PREFIX@mca_hwloc.la
42
42
43
43
noinst_LTLIBRARIES = $(component_noinst )
44
44
libmca_pmix_external_la_SOURCES =$(sources )
45
45
libmca_pmix_external_la_CFLAGS =
46
- libmca_pmix_external_la_CPPFLAGS = $(opal_pmix_ext_CPPFLAGS )
47
- libmca_pmix_external_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext_LDFLAGS )
48
- libmca_pmix_external_la_LIBADD = $(opal_pmix_ext_LIBS )
46
+ libmca_pmix_external_la_CPPFLAGS = $(opal_pmix_external_CPPFLAGS )
47
+ libmca_pmix_external_la_LDFLAGS = -module -avoid-version $(opal_pmix_external_LDFLAGS )
48
+ libmca_pmix_external_la_LIBADD = $(opal_pmix_external_LIBS )
You can’t perform that action at this time.
0 commit comments