Skip to content

Commit

Permalink
prov/net: Rename DL from libxnet-fi to libnet-fi
Browse files Browse the repository at this point in the history
Align the library name with the provider name.  xnet was
left-over from an earlier naming of the provider.

Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Sep 29, 2022
1 parent 6f368da commit 363801e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions prov/net/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ _xnet_files = \
prov/net/src/xnet.h

if HAVE_NET_DL
pkglib_LTLIBRARIES += libxnet-fi.la
libxnet_fi_la_SOURCES = $(_xnet_files) $(common_srcs)
libxnet_fi_la_LIBADD = $(linkback) $(xnet_shm_LIBS)
libxnet_fi_la_LDFLAGS = -module -avoid-version -shared -export-dynamic
libxnet_fi_la_DEPENDENCIES = $(linkback)
pkglib_LTLIBRARIES += libnet-fi.la
libnet_fi_la_SOURCES = $(_xnet_files) $(common_srcs)
libnet_fi_la_LIBADD = $(linkback) $(xnet_shm_LIBS)
libnet_fi_la_LDFLAGS = -module -avoid-version -shared -export-dynamic
libnet_fi_la_DEPENDENCIES = $(linkback)
else !HAVE_NET_DL
src_libfabric_la_SOURCES += $(_xnet_files)
src_libfabric_la_LIBADD += $(xnet_shm_LIBS)
Expand Down

0 comments on commit 363801e

Please sign in to comment.