unittest/makefile: remove unneeded unit1621_LDADD

The `unit1621_LDADD` variable has the exact same value as the `LDADD`
flag in `Makefile.am`, except without `@LDFLAGS@ @LIBCURL_LIBS@`.

This was originally added by [98e6629][], but I can't see any reason
why it exists, so we should remove it to clean things up.

[98e6629]: 98e6629154

Closes #11494
This commit is contained in:
Alois Klink 2023-07-20 01:10:02 +01:00 committed by Daniel Stenberg
parent 50c819e84d
commit 849b3fed04
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -104,7 +104,6 @@ unit1614_SOURCES = unit1614.c $(UNITFILES)
unit1620_SOURCES = unit1620.c $(UNITFILES)
unit1621_SOURCES = unit1621.c $(UNITFILES)
unit1621_LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la @NSS_LIBS@
unit1650_SOURCES = unit1650.c $(UNITFILES)