]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
unittest/makefile: remove unneeded unit1621_LDADD
authorAlois Klink <alois@aloisklink.com>
Thu, 20 Jul 2023 00:10:02 +0000 (01:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Jul 2023 10:08:12 +0000 (12:08 +0200)
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]: https://github.com/curl/curl/commit/98e6629154044e4ab1ee7cff8351c7ebcb131e88

Closes #11494

tests/unit/Makefile.inc

index 757631cae48e095fc1be8fe61f2a69369c3004f9..36e922b2a20ea67a7ae76152aefc09a75831afbd 100644 (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)