]> git.ipfire.org Git - thirdparty/curl.git/commit
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)
commit849b3fed04099f595f9b525032e9eb5d12966b7a
tree6d40119acd3d9d845ce46f762676ac52ee6fd3c0
parent50c819e84dfab76c45b1aab4ef2fc11f8c535bd3
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]: https://github.com/curl/curl/commit/98e6629154044e4ab1ee7cff8351c7ebcb131e88

Closes #11494
tests/unit/Makefile.inc