summaryrefslogtreecommitdiffstats
path: root/plugins/ommail/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 /plugins/ommail/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 'plugins/ommail/Makefile.am')
-rw-r--r--plugins/ommail/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ommail/Makefile.am b/plugins/ommail/Makefile.am
new file mode 100644
index 00000000..7e9f5f13
--- /dev/null
+++ b/plugins/ommail/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = ommail.la
+
+ommail_la_SOURCES = ommail.c
+ommail_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags)
+ommail_la_LDFLAGS = -module -avoid-version
+ommail_la_LIBADD =