Skip to content

Commit 4ca2e9c

Browse files
committed
modify some makefiles that UofL somehow missed
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent b3bdbb2 commit 4ca2e9c

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

src/mca/errmgr/dvm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mcacomponentdir = $(prtelibdir)
3131
mcacomponent_LTLIBRARIES = $(component_install)
3232
prte_mca_errmgr_dvm_la_SOURCES = $(sources)
3333
prte_mca_errmgr_dvm_la_LDFLAGS = -module -avoid-version
34-
prte_mca_errmgr_dvm_la_LIBADD = $(top_builddir)/src/libprrte.la
34+
prte_mca_errmgr_dvm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3535

3636
noinst_LTLIBRARIES = $(component_noinst)
3737
libprtemca_errmgr_dvm_la_SOURCES =$(sources)

src/mca/errmgr/prted/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mcacomponentdir = $(prtelibdir)
3131
mcacomponent_LTLIBRARIES = $(component_install)
3232
prte_mca_errmgr_prted_la_SOURCES = $(sources)
3333
prte_mca_errmgr_prted_la_LDFLAGS = -module -avoid-version
34-
prte_mca_errmgr_prted_la_LIBADD = $(top_builddir)/src/libprrte.la
34+
prte_mca_errmgr_prted_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3535

3636
noinst_LTLIBRARIES = $(component_noinst)
3737
libprtemca_errmgr_prted_la_SOURCES =$(sources)

src/mca/ess/env/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_ess_env_la_SOURCES = $(sources)
4343
prte_mca_ess_env_la_LDFLAGS = -module -avoid-version
44-
prte_mca_ess_env_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_ess_env_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_ess_env_la_SOURCES =$(sources)

src/mca/ess/hnp/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mcacomponentdir = $(prtelibdir)
4343
mcacomponent_LTLIBRARIES = $(component_install)
4444
prte_mca_ess_hnp_la_SOURCES = $(sources)
4545
prte_mca_ess_hnp_la_LDFLAGS = -module -avoid-version
46-
prte_mca_ess_hnp_la_LIBADD = $(top_builddir)/src/libprrte.la
46+
prte_mca_ess_hnp_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4747

4848
noinst_LTLIBRARIES = $(component_noinst)
4949
libprtemca_ess_hnp_la_SOURCES =$(sources)

src/mca/ess/lsf/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mcacomponentdir = $(prtelibdir)
4343
mcacomponent_LTLIBRARIES = $(component_install)
4444
prte_mca_ess_lsf_la_SOURCES = $(sources)
4545
prte_mca_ess_lsf_la_LDFLAGS = -module -avoid-version
46-
prte_mca_ess_lsf_la_LIBADD = $(top_builddir)/src/libprrte.la
46+
prte_mca_ess_lsf_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4747

4848
noinst_LTLIBRARIES = $(component_noinst)
4949
libprtemca_ess_lsf_la_SOURCES =$(sources)

src/mca/ess/pals/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mcacomponentdir = $(prtelibdir)
4343
mcacomponent_LTLIBRARIES = $(component_install)
4444
prte_mca_ess_pals_la_SOURCES = $(sources)
4545
prte_mca_ess_pals_la_LDFLAGS = -module -avoid-version
46-
prte_mca_ess_pals_la_LIBADD = $(top_builddir)/src/libprrte.la
46+
prte_mca_ess_pals_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4747

4848
noinst_LTLIBRARIES = $(component_noinst)
4949
libprtemca_ess_pals_la_SOURCES =$(sources)

src/mca/ess/slurm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_ess_slurm_la_SOURCES = $(sources)
4343
prte_mca_ess_slurm_la_LDFLAGS = -module -avoid-version
44-
prte_mca_ess_slurm_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_ess_slurm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_ess_slurm_la_SOURCES =$(sources)

src/mca/ess/tm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_ess_tm_la_SOURCES = $(sources)
4343
prte_mca_ess_tm_la_LDFLAGS = -module -avoid-version
44-
prte_mca_ess_tm_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_ess_tm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_ess_tm_la_SOURCES =$(sources)

src/mca/filem/raw/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_filem_raw_la_SOURCES = $(sources)
4343
prte_mca_filem_raw_la_LDFLAGS = -module -avoid-version
44-
prte_mca_filem_raw_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_filem_raw_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_filem_raw_la_SOURCES = $(sources)

src/mca/grpcomm/direct/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mcacomponentdir = $(prtelibdir)
3838
mcacomponent_LTLIBRARIES = $(component_install)
3939
prte_mca_grpcomm_direct_la_SOURCES = $(sources)
4040
prte_mca_grpcomm_direct_la_LDFLAGS = -module -avoid-version
41-
prte_mca_grpcomm_direct_la_LIBADD = $(top_builddir)/src/libprrte.la
41+
prte_mca_grpcomm_direct_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4242

4343
noinst_LTLIBRARIES = $(component_noinst)
4444
libprtemca_grpcomm_direct_la_SOURCES =$(sources)

src/mca/iof/hnp/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mcacomponentdir = $(prtelibdir)
4444
mcacomponent_LTLIBRARIES = $(component_install)
4545
prte_mca_iof_hnp_la_SOURCES = $(hnp_SOURCES)
4646
prte_mca_iof_hnp_la_LDFLAGS = -module -avoid-version
47-
prte_mca_iof_hnp_la_LIBADD = $(top_builddir)/src/libprrte.la
47+
prte_mca_iof_hnp_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4848

4949
noinst_LTLIBRARIES = $(component_noinst)
5050
libprtemca_iof_hnp_la_SOURCES = $(hnp_SOURCES)

src/mca/iof/prted/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mcacomponentdir = $(prtelibdir)
4343
mcacomponent_LTLIBRARIES = $(component_install)
4444
prte_mca_iof_prted_la_SOURCES = $(prted_SOURCES)
4545
prte_mca_iof_prted_la_LDFLAGS = -module -avoid-version
46-
prte_mca_iof_prted_la_LIBADD = $(top_builddir)/src/libprrte.la
46+
prte_mca_iof_prted_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4747

4848
noinst_LTLIBRARIES = $(component_noinst)
4949
libprtemca_iof_prted_la_SOURCES = $(prted_SOURCES)

src/mca/odls/pdefault/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_odls_pdefault_la_SOURCES = $(sources)
4343
prte_mca_odls_pdefault_la_LDFLAGS = -module -avoid-version
44-
prte_mca_odls_pdefault_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_odls_pdefault_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_odls_pdefault_la_SOURCES =$(sources)

src/mca/plm/lsf/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
5151
prte_mca_plm_lsf_la_SOURCES = $(sources)
5252
prte_mca_plm_lsf_la_LDFLAGS = -module -avoid-version $(plm_lsf_LDFLAGS)
5353
prte_mca_plm_lsf_la_LIBADD = $(plm_lsf_LIBS) \
54-
$(top_builddir)/src/libprrte.la
54+
$(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
5555

5656
noinst_LTLIBRARIES = $(component_noinst)
5757
libprtemca_plm_lsf_la_SOURCES = $(sources)

src/mca/plm/pals/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ prte_mca_plm_pals_la_SOURCES = $(sources)
5151
prte_mca_plm_pals_la_CPPFLAGS = $(plm_pals_CPPFLAGS)
5252
prte_mca_plm_pals_la_LDFLAGS = -module -avoid-version $(plm_pals_LDFLAGS)
5353
prte_mca_plm_pals_la_LIBADD = $(plm_pals_LIBS) \
54-
$(top_builddir)/src/libprrte.la \
54+
$(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la \
5555
$(PRTE_TOP_BUILDDIR)/src/mca/common/pals/libmca_common_pals.la
5656

5757
noinst_LTLIBRARIES = $(component_noinst)

src/mca/plm/slurm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_plm_slurm_la_SOURCES = $(sources)
4343
prte_mca_plm_slurm_la_LDFLAGS = -module -avoid-version
44-
prte_mca_plm_slurm_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_plm_slurm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_plm_slurm_la_SOURCES =$(sources)

src/mca/plm/ssh/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_plm_ssh_la_SOURCES = $(sources)
4343
prte_mca_plm_ssh_la_LDFLAGS = -module -avoid-version
44-
prte_mca_plm_ssh_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_plm_ssh_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_plm_ssh_la_SOURCES =$(sources)

src/mca/plm/tm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mcacomponent_LTLIBRARIES = $(component)
5353
prte_mca_plm_tm_la_SOURCES = $(component_sources)
5454
prte_mca_plm_tm_la_LDFLAGS = -module -avoid-version $(plm_tm_LDFLAGS)
5555
prte_mca_plm_tm_la_LIBADD = $(plm_tm_LIBS) \
56-
$(top_builddir)/src/libprrte.la
56+
$(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
5757

5858
noinst_LTLIBRARIES = $(lib)
5959
libprtemca_plm_tm_la_SOURCES = $(lib_sources)

src/mca/prtereachable/netlink/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mcacomponentdir = $(prtelibdir)
4040
mcacomponent_LTLIBRARIES = $(component_install)
4141
prte_mca_prtereachable_netlink_la_SOURCES = $(sources)
4242
prte_mca_prtereachable_netlink_la_LDFLAGS = -module -avoid-version $(prte_reachable_netlink_LDFLAGS)
43-
prte_mca_prtereachable_netlink_la_LIBADD = $(top_builddir)/src/libprrte.la \
43+
prte_mca_prtereachable_netlink_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la \
4444
$(prte_reachable_netlink_LIBS)
4545

4646
noinst_LTLIBRARIES = $(component_noinst)

src/mca/prtereachable/weighted/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mcacomponentdir = $(prtelibdir)
3131
mcacomponent_LTLIBRARIES = $(component_install)
3232
prte_mca_prtereachable_weighted_la_SOURCES = $(sources)
3333
prte_mca_prtereachable_weighted_la_LDFLAGS = -module -avoid-version
34-
prte_mca_prtereachable_weighted_la_LIBADD = $(top_builddir)/src/libprrte.la
34+
prte_mca_prtereachable_weighted_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3535

3636
noinst_LTLIBRARIES = $(component_noinst)
3737
libprtemca_prtereachable_weighted_la_SOURCES =$(sources)

src/mca/ras/gridengine/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mcacomponentdir = $(prtelibdir)
4545
mcacomponent_LTLIBRARIES = $(component_install)
4646
prte_mca_ras_gridengine_la_SOURCES = $(sources)
4747
prte_mca_ras_gridengine_la_LDFLAGS = -module -avoid-version
48-
prte_mca_ras_gridengine_la_LIBADD = $(top_builddir)/src/libprrte.la
48+
prte_mca_ras_gridengine_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4949

5050
noinst_LTLIBRARIES = $(component_noinst)
5151
libprtemca_ras_gridengine_la_SOURCES =$(sources)

src/mca/ras/lsf/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mcacomponentdir = $(prtelibdir)
4545
mcacomponent_LTLIBRARIES = $(component_install)
4646
prte_mca_ras_lsf_la_SOURCES = $(proxy_SOURCES)
4747
prte_mca_ras_lsf_la_LIBADD = $(ras_lsf_LIBS) \
48-
$(top_builddir)/src/libprrte.la
48+
$(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4949
prte_mca_ras_lsf_la_LDFLAGS = -module -avoid-version $(ras_lsf_LDFLAGS)
5050

5151
noinst_LTLIBRARIES = $(component_noinst)

src/mca/ras/pbs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mcacomponentdir = $(prtelibdir)
5050
mcacomponent_LTLIBRARIES = $(component)
5151
prte_mca_ras_pbs_la_SOURCES = $(component_sources)
5252
prte_mca_ras_pbs_la_LDFLAGS = -module -avoid-version
53-
prte_mca_ras_pbs_la_LIBADD = $(top_builddir)/src/libprrte.la
53+
prte_mca_ras_pbs_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
5454

5555
noinst_LTLIBRARIES = $(lib)
5656
libprtemca_ras_pbs_la_SOURCES = $(lib_sources)

src/mca/ras/simulator/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mcacomponentdir = $(prtelibdir)
3535
mcacomponent_LTLIBRARIES = $(component)
3636
prte_mca_ras_simulator_la_SOURCES = $(component_sources)
3737
prte_mca_ras_simulator_la_LDFLAGS = -module -avoid-version
38-
prte_mca_ras_simulator_la_LIBADD = $(top_builddir)/src/libprrte.la
38+
prte_mca_ras_simulator_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3939

4040
noinst_LTLIBRARIES = $(lib)
4141
libprtemca_ras_simulator_la_SOURCES = $(lib_sources)

src/mca/ras/slurm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mcacomponentdir = $(prtelibdir)
4848
mcacomponent_LTLIBRARIES = $(component)
4949
prte_mca_ras_slurm_la_SOURCES = $(component_sources)
5050
prte_mca_ras_slurm_la_LDFLAGS = -module -avoid-version
51-
prte_mca_ras_slurm_la_LIBADD = $(top_builddir)/src/libprrte.la
51+
prte_mca_ras_slurm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
5252

5353
noinst_LTLIBRARIES = $(lib)
5454
libprtemca_ras_slurm_la_SOURCES = $(lib_sources)

src/mca/ras/testrm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mcacomponentdir = $(prtelibdir)
3535
mcacomponent_LTLIBRARIES = $(component)
3636
prte_mca_ras_testrm_la_SOURCES = $(component_sources)
3737
prte_mca_ras_testrm_la_LDFLAGS = -module -avoid-version
38-
prte_mca_ras_testrm_la_LIBADD = $(top_builddir)/src/libprrte.la
38+
prte_mca_ras_testrm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3939

4040
noinst_LTLIBRARIES = $(lib)
4141
libprtemca_ras_testrm_la_SOURCES = $(lib_sources)

src/mca/rmaps/ppr/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mcacomponentdir = $(prtelibdir)
3131
mcacomponent_LTLIBRARIES = $(component_install)
3232
prte_mca_rmaps_ppr_la_SOURCES = $(sources)
3333
prte_mca_rmaps_ppr_la_LDFLAGS = -module -avoid-version
34-
prte_mca_rmaps_ppr_la_LIBADD = $(top_builddir)/src/libprrte.la
34+
prte_mca_rmaps_ppr_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3535

3636
noinst_LTLIBRARIES = $(component_noinst)
3737
libprtemca_rmaps_ppr_la_SOURCES =$(sources)

src/mca/rmaps/rank_file/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mcacomponentdir = $(prtelibdir)
5353
mcacomponent_LTLIBRARIES = $(component_install)
5454
prte_mca_rmaps_rank_file_la_SOURCES = $(sources)
5555
prte_mca_rmaps_rank_file_la_LDFLAGS = -module -avoid-version
56-
prte_mca_rmaps_rank_file_la_LIBADD = $(top_builddir)/src/libprrte.la
56+
prte_mca_rmaps_rank_file_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
5757

5858
noinst_LTLIBRARIES = $(component_noinst)
5959
libprtemca_rmaps_rank_file_la_SOURCES =$(sources)

src/mca/rmaps/round_robin/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mcacomponentdir = $(prtelibdir)
4444
mcacomponent_LTLIBRARIES = $(component_install)
4545
prte_mca_rmaps_round_robin_la_SOURCES = $(sources)
4646
prte_mca_rmaps_round_robin_la_LDFLAGS = -module -avoid-version
47-
prte_mca_rmaps_round_robin_la_LIBADD = $(top_builddir)/src/libprrte.la
47+
prte_mca_rmaps_round_robin_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4848

4949
noinst_LTLIBRARIES = $(component_noinst)
5050
libprtemca_rmaps_round_robin_la_SOURCES =$(sources)

src/mca/rmaps/seq/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mcacomponentdir = $(prtelibdir)
4141
mcacomponent_LTLIBRARIES = $(component_install)
4242
prte_mca_rmaps_seq_la_SOURCES = $(sources)
4343
prte_mca_rmaps_seq_la_LDFLAGS = -module -avoid-version
44-
prte_mca_rmaps_seq_la_LIBADD = $(top_builddir)/src/libprrte.la
44+
prte_mca_rmaps_seq_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
4545

4646
noinst_LTLIBRARIES = $(component_noinst)
4747
libprtemca_rmaps_seq_la_SOURCES =$(sources)

src/mca/schizo/ompi/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mcacomponentdir = $(prtelibdir)
4949
mcacomponent_LTLIBRARIES = $(component_install)
5050
prte_mca_schizo_ompi_la_SOURCES = $(sources)
5151
prte_mca_schizo_ompi_la_LDFLAGS = -module -avoid-version
52-
prte_mca_schizo_ompi_la_LIBADD = $(top_builddir)/src/libprrte.la
52+
prte_mca_schizo_ompi_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
5353

5454
noinst_LTLIBRARIES = $(component_noinst)
5555
libprtemca_schizo_ompi_la_SOURCES = $(sources)

src/mca/schizo/prte/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mcacomponentdir = $(prtelibdir)
3535
mcacomponent_LTLIBRARIES = $(component_install)
3636
prte_mca_schizo_prte_la_SOURCES = $(sources)
3737
prte_mca_schizo_prte_la_LDFLAGS = -module -avoid-version
38-
prte_mca_schizo_prte_la_LIBADD = $(top_builddir)/src/libprrte.la
38+
prte_mca_schizo_prte_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3939

4040
noinst_LTLIBRARIES = $(component_noinst)
4141
libprtemca_schizo_prte_la_SOURCES = $(sources)

src/mca/state/dvm/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mcacomponentdir = $(prtelibdir)
3131
mcacomponent_LTLIBRARIES = $(component_install)
3232
prte_mca_state_dvm_la_SOURCES = $(sources)
3333
prte_mca_state_dvm_la_LDFLAGS = -module -avoid-version
34-
prte_mca_state_dvm_la_LIBADD = $(top_builddir)/src/libprrte.la
34+
prte_mca_state_dvm_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3535

3636
noinst_LTLIBRARIES = $(component_noinst)
3737
libprtemca_state_dvm_la_SOURCES =$(sources)

src/mca/state/prted/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mcacomponentdir = $(prtelibdir)
3333
mcacomponent_LTLIBRARIES = $(component_install)
3434
prte_mca_state_prted_la_SOURCES = $(sources)
3535
prte_mca_state_prted_la_LDFLAGS = -module -avoid-version
36-
prte_mca_state_prted_la_LIBADD = $(top_builddir)/src/libprrte.la
36+
prte_mca_state_prted_la_LIBADD = $(top_builddir)/src/lib@PRTE_BINARY_PREFIX@prrte.la
3737

3838
noinst_LTLIBRARIES = $(component_noinst)
3939
libprtemca_state_prted_la_SOURCES =$(sources)

0 commit comments

Comments
 (0)