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 --- input/flow/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'input/flow') diff --git a/input/flow/Makefile.am b/input/flow/Makefile.am index 004e532..2171a0c 100644 --- a/input/flow/Makefile.am +++ b/input/flow/Makefile.am @@ -2,12 +2,10 @@ include $(top_srcdir)/Make_global.am AM_CPPFLAGS += ${LIBNETFILTER_CONNTRACK_CFLAGS} -if BUILD_NFCT pkglib_LTLIBRARIES = ulogd_inpflow_NFCT.la # ulogd_inpflow_IPFIX.la ulogd_inpflow_NFCT_la_SOURCES = ulogd_inpflow_NFCT.c ulogd_inpflow_NFCT_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS) -endif #ulogd_inpflow_IPFIX_la_SOURCES = ulogd_inpflow_IPFIX.c #ulogd_inpflow_IPFIX_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3