diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-06-03 17:43:53 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-06-03 17:43:53 +0200 |
commit | 1c094155986f54a1a6faf3032e9d94b14dde8dd4 (patch) | |
tree | 1b0b4409708b874520145d84e142f0097c46c363 /Makefile | |
parent | 7714d03aa4df0fd1fcc8ec4481b637b2006ac701 (diff) | |
download | dovecot-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |