summaryrefslogtreecommitdiffstats
path: root/input/packet/Makefile.am
diff options
context:
space:
mode:
authorCorubba Smith <corubba@gmx.de>2025-03-29 12:07:06 +0100
committerFlorian Westphal <fw@strlen.de>2025-03-29 14:43:13 +0100
commit2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9 (patch)
tree187e6e8999db69e243d9d525e31ebb1cf689cf1f /input/packet/Makefile.am
parent3461d6da787a349c868d1dca896cc2c1207a6cd8 (diff)
ulog: remove input plugin
The ULOG target was removed from the linux kernel with 7200135bc1e6 ("netfilter: kill ulog targets") aka v3.17, so remove the input plugin for it. It's successor NFLOG should be used instead, which has its own input plugin. Signed-off-by: Corubba Smith <corubba@gmx.de> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'input/packet/Makefile.am')
-rw-r--r--input/packet/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/input/packet/Makefile.am b/input/packet/Makefile.am
index 851c608..20c51ec 100644
--- a/input/packet/Makefile.am
+++ b/input/packet/Makefile.am
@@ -7,14 +7,6 @@ pkglib_LTLIBRARIES = ulogd_inppkt_UNIXSOCK.la
ulogd_inppkt_UNIXSOCK_la_SOURCES = ulogd_inppkt_UNIXSOCK.c
ulogd_inppkt_UNIXSOCK_la_LDFLAGS = -avoid-version -module
-if BUILD_ULOG
-pkglib_LTLIBRARIES += ulogd_inppkt_ULOG.la
-
-ulogd_inppkt_ULOG_la_SOURCES = ulogd_inppkt_ULOG.c
-ulogd_inppkt_ULOG_la_LDFLAGS = -avoid-version -module
-ulogd_inppkt_ULOG_la_LIBADD = ../../libipulog/libipulog.la
-endif
-
if BUILD_NFLOG
pkglib_LTLIBRARIES += ulogd_inppkt_NFLOG.la