summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-03-19 20:09:38 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-04-03 19:47:13 +0200
commitefedf070da42f2facb37cf3ef6028708022a3376 (patch)
tree34f335bd82a00393a7ec5a2eff156253c4498580 /Makefile.am
parent9b51b3c0a3e8139c6b03a211f8a1dde6ecd96b50 (diff)
extensions: Add AUDIT target
This is a barn find from Fedora package, actually spooking around in various places in the internet. No idea who wrote it, but it seems to be used. So add it for the time being. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 53fcbad..904de12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ libebtc_la_SOURCES = \
extensions/ebt_mark_m.c extensions/ebt_nat.c extensions/ebt_nflog.c \
extensions/ebt_pkttype.c extensions/ebt_redirect.c \
extensions/ebt_standard.c extensions/ebt_stp.c extensions/ebt_string.c \
- extensions/ebt_ulog.c extensions/ebt_vlan.c \
+ extensions/ebt_ulog.c extensions/ebt_vlan.c extensions/ebt_AUDIT.c \
extensions/ebtable_broute.c extensions/ebtable_filter.c \
extensions/ebtable_nat.c
# Make sure ebtables.c can be built twice