summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: skip sub-directories containing disabled pluginsJeremy Sowden2021-11-151-1/+8
| | | | | | | | | | | | | | | 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>
* input: add nfacct pluginPablo Neira Ayuso2012-02-221-1/+1
| | | | | | This patch adds the nfacct plugin. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* first step towards automakelaforge2005-10-021-0/+2