From 7994d971798b957fd3dd686f48c71c8725bf703e Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 14 Nov 2021 15:52:24 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- include/libipulog/Makefile.am | 1 - include/ulogd/Makefile.am | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/libipulog/Makefile.am b/include/libipulog/Makefile.am index a98f941..80d16b1 100644 --- a/include/libipulog/Makefile.am +++ b/include/libipulog/Makefile.am @@ -1,2 +1 @@ - noinst_HEADERS = libipulog.h diff --git a/include/ulogd/Makefile.am b/include/ulogd/Makefile.am index 5e6aa75..e4b41c4 100644 --- a/include/ulogd/Makefile.am +++ b/include/ulogd/Makefile.am @@ -1,2 +1 @@ - noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h printpkt.h printflow.h common.h linux_rbtree.h timer.h slist.h hash.h jhash.h addr.h -- cgit v1.2.3