summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-09 11:27:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-09 11:27:10 +0200
commit33c5bb3c08d7f826862ff78816be82cbe09d17eb (patch)
treeb9804574da99fcc792f42310962ac02a6ecf6e2b /Makefile.am
parenta7f8d9988422822e07782c475b06db14dccb58c8 (diff)
downloadrsyslog-33c5bb3c08d7f826862ff78816be82cbe09d17eb.tar.gz
rsyslog-33c5bb3c08d7f826862ff78816be82cbe09d17eb.tar.xz
rsyslog-33c5bb3c08d7f826862ff78816be82cbe09d17eb.zip
first version supporting udp spoofing and non-spoofing at the same time
omudpspoof is now a dedicated output module. It's calling semantics so far are based on omfwd, plus the need for the template to have the IP address as a string in the starting position.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a130655..34bb8f0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,6 +96,10 @@ if ENABLE_OMSTDOUT
SUBDIRS += plugins/omstdout
endif
+if ENABLE_OMUDPSPOOF
+SUBDIRS += plugins/omudpspoof
+endif
+
if ENABLE_OMTEMPLATE
SUBDIRS += plugins/omtemplate
endif