aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-06-06 02:59:37 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-06-06 03:03:29 +0200
commitbbc44d395b4f0502f415d50e40c5b88b76f06660 (patch)
treef663967ce43615f49dea42e35b82a5c9cb301527
parent26730e6192cd6fa218a4a900612d6eb8236ebeff (diff)
downloaddovecot-antispam-bbc44d395b4f0502f415d50e40c5b88b76f06660.tar.gz
dovecot-antispam-bbc44d395b4f0502f415d50e40c5b88b76f06660.tar.xz
dovecot-antispam-bbc44d395b4f0502f415d50e40c5b88b76f06660.zip
corrected Makefile setting
changed -lssl from CFLAGS to LDFLAGS to remove warning
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 237bceb..6308038 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ ifeq ("$(BACKEND)", "crm114-exec")
objs += signature.o
endif
ifeq ("$(BACKEND)", "trainstore")
-CFLAGS += -lssl
+LDFLAGS += -lssl
endif
# main make rules