From c0c9f44966b00bba9c3eaa962cdf6f0010a8f781 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 4 Apr 2008 13:34:47 +0000 Subject: 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 ;) --- plugins/ommail/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/ommail/Makefile.am (limited to 'plugins/ommail/Makefile.am') 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 = -- cgit