]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: skip sub-directories containing disabled plugins
authorJeremy Sowden <jeremy@azazel.net>
Sun, 14 Nov 2021 15:52:24 +0000 (15:52 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Nov 2021 10:42:41 +0000 (11:42 +0100)
commit7994d971798b957fd3dd686f48c71c8725bf703e
tree5f9598aec58508f2b191aaa02d4d118d2c2da8bd
parent6cc4b5a9968708178989c850177ffd734c2b9eae
build: skip sub-directories containing disabled plugins

Currently, make enters all sub-directories containing source-code, even
if they only contain optional targets which are not configured to be
built.  Instead, change the Makefiles so that the sub-directories are
optional, rather than the targets.

Group sub-directory definitions consistently at the top of the Makefiles
that contain them.

Trim a few leading and trailing blank lines.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
12 files changed:
Makefile.am
include/libipulog/Makefile.am
include/ulogd/Makefile.am
input/Makefile.am
input/flow/Makefile.am
input/sum/Makefile.am
output/Makefile.am
output/dbi/Makefile.am
output/mysql/Makefile.am
output/pcap/Makefile.am
output/pgsql/Makefile.am
output/sqlite3/Makefile.am