From bbc44d395b4f0502f415d50e40c5b88b76f06660 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 6 Jun 2009 02:59:37 +0200 Subject: corrected Makefile setting changed -lssl from CFLAGS to LDFLAGS to remove warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3