Skip to content

Commit

Permalink
TL/MLX5: ad librdmacm linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
janjust committed Jan 25, 2024
1 parent 75ecf74 commit 1ff3a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/mlx5/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ libucc_tl_mlx5_la_SOURCES = $(sources)
libucc_tl_mlx5_la_CPPFLAGS = $(AM_CPPFLAGS) $(BASE_CPPFLAGS)
libucc_tl_mlx5_la_CFLAGS = $(BASE_CFLAGS)
libucc_tl_mlx5_la_LDFLAGS = -version-info $(SOVERSION) --as-needed
libucc_tl_mlx5_la_LIBADD = $(UCC_TOP_BUILDDIR)/src/libucc.la $(IBVERBS_LIBADD) $(MLX5DV_LIBADD)
libucc_tl_mlx5_la_LIBADD = $(UCC_TOP_BUILDDIR)/src/libucc.la $(IBVERBS_LIBADD) $(MLX5DV_LIBADD) $(RDMACM_LIBADD)

include $(top_srcdir)/config/module.am

Expand Down

0 comments on commit 1ff3a2f

Please sign in to comment.