]> git.ipfire.org Git - thirdparty/squid.git/commit
Simplify use of DIST_SUBDIRS (#1309)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 27 Mar 2023 10:12:46 +0000 (10:12 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 2 Apr 2023 05:09:52 +0000 (05:09 +0000)
commitec376e13b3c08efdd655ccf136f1abe3289954ba
treeaf7f87cc5d0fa9ff9d016f6ce8278108a32d7bad
parentd2000809ffc2bf30545470eb2a91c92c161aa8cb
Simplify use of DIST_SUBDIRS (#1309)

automake only needs the DIST_SUBDIRS list to be set 'manually' when
the SUBDIRS list is built using AC_SUBST variables.

For Makefile.am which exclusively use AC_CONDITIONAL we can leave
the DIST_SUBDIRS construction to automake.
Makefile.am
contrib/Makefile.am
lib/Makefile.am
lib/libTrie/Makefile.am
src/DiskIO/Makefile.am
src/Makefile.am
src/adaptation/Makefile.am
src/http/Makefile.am