Skip to content

Commit

Permalink
move link against gnutls into main library, as it is referenced by tl…
Browse files Browse the repository at this point in the history
…s/libtls.la
  • Loading branch information
fundawang authored Jan 26, 2025
1 parent d205297 commit 546c9ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ AM_CPPFLAGS = \
"-D_U_=__attribute__((unused))"

COMMON_LIBS = ../lib/libnfs.la $(LIBSOCKET)
if HAVE_TLS
COMMON_LIBS += -lgnutls
endif

nfs_cat_LDADD = $(COMMON_LIBS)
nfs_ls_LDADD = $(COMMON_LIBS)
Expand Down

0 comments on commit 546c9ed

Please sign in to comment.