summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 13:34:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 13:34:47 +0000
commitc0c9f44966b00bba9c3eaa962cdf6f0010a8f781 (patch)
tree7d85b0924f99c6bfb97c66ea391eb27f5e8fed19 /Makefile.am
parent5ba8b2c77c3971a69bde54f3dd0ede81e641d798 (diff)
downloadrsyslog-c0c9f44966b00bba9c3eaa962cdf6f0010a8f781.tar.gz
rsyslog-c0c9f44966b00bba9c3eaa962cdf6f0010a8f781.tar.xz
rsyslog-c0c9f44966b00bba9c3eaa962cdf6f0010a8f781.zip
begun work on mail output plugin (open questions on TLS, so I see if I can
put this in between) - does not the least yet work ;)
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 f97687c1..6aea7600 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -217,3 +217,7 @@ endif
if ENABLE_IMFILE
SUBDIRS += plugins/imfile
endif
+
+if ENABLE_MAIL
+SUBDIRS += plugins/ommail
+endif