]> git.ipfire.org Git - thirdparty/squid.git/commit
Maintenance: Remove shared LDADD (#2058)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 18 May 2025 06:39:04 +0000 (06:39 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 19 May 2025 11:06:38 +0000 (23:06 +1200)
commitd3e2cba7fe696e0a385a8d1321489bfaac3270cd
treec7fab9d5d08cc2055a0edd4c0ea961cc3ec6287f
parent87e57215d6f6cd692d587fa16d616a46b7804c60
Maintenance: Remove shared LDADD (#2058)

Most built binaries have a distinct set of dependencies and already have
their own foo_LDADD variables. Add a few variables to cover the
remaining binaries and stop setting an (incomplete) LDADD global.

Also removed unnecessary EXTRA_PROGRAMS because mem_node_test and splay
binaries are built unconditionally.
src/Makefile.am
test-suite/Makefile.am