tests/unit/Makefile.am: add NSS_LIBS to build with NSS fine

Closes #8396
This commit is contained in:
Daniel Stenberg 2022-02-07 16:59:54 +01:00
parent fe9440fa72
commit ba4e67bfc5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@ -57,7 +57,7 @@ LIBS = $(BLANK_AT_MAKETIME)
LDADD = $(top_builddir)/src/libcurltool.la \
$(top_builddir)/lib/libcurlu.la \
@LDFLAGS@ @LIBCURL_LIBS@
@LDFLAGS@ @LIBCURL_LIBS@ @NSS_LIBS@
AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS