From 1c094155986f54a1a6faf3032e9d94b14dde8dd4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 3 Jun 2009 17:43:53 +0200 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3