aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-06-03 17:43:53 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-06-03 17:43:53 +0200
commit1c094155986f54a1a6faf3032e9d94b14dde8dd4 (patch)
tree1b0b4409708b874520145d84e142f0097c46c363 /Makefile
parent7714d03aa4df0fd1fcc8ec4481b637b2006ac701 (diff)
downloaddovecot-antispam-1c094155986f54a1a6faf3032e9d94b14dde8dd4.tar.gz
dovecot-antispam-1c094155986f54a1a6faf3032e9d94b14dde8dd4.tar.xz
dovecot-antispam-1c094155986f54a1a6faf3032e9d94b14dde8dd4.zip
fixed sha1 calc, removed tmpdir, create spam and ham dirs
fixed the calc of the sha1 hash (many of by 1s) include -lssl in the cflags removed unused tmpdir create spamdir and hamdir before writing mails to it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a16deed..bcffd34 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,9 @@ endif
ifeq ("$(BACKEND)", "crm114-exec")
objs += signature.o
endif
+ifeq ("$(BACKEND)", "trainstore")
+CFLAGS += -lssl
+endif
# main make rules
CFLAGS += -fPIC -shared -Wall -Wextra -DPLUGINNAME=$(PLUGINNAME)