From dc281fc493cf71a34f8d9807130b34c02495e932 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 3 Dec 2010 10:14:32 +0100 Subject: [PATCH] make it compile on f14 --- pcucontrol/models/intelamt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcucontrol/models/intelamt/Makefile b/pcucontrol/models/intelamt/Makefile index d7ca4b6..ba2793d 100644 --- a/pcucontrol/models/intelamt/Makefile +++ b/pcucontrol/models/intelamt/Makefile @@ -19,7 +19,7 @@ SRC_PATH = ./ INCLUDE = -I$(GSOAP_PATH) -I$(INC_PATH) -I$(GSOAP_CODE) SRCS = $(GSOAP_CODE)/soapClient.cpp $(GSOAP_CODE)/soapC.cpp $(GSOAP_PATH)/stdsoap2.cpp $(GSOAP_PATH)/httpDigest.cpp $(GSOAP_PATH)/digcalc.cpp RemoteControlSample.cpp OBJS = $(SRCS:.cpp=.o) Utils.o -LIBS = -lssl +LIBS = -lssl -lcrypto APPNAME = remoteControl WSDL2H = $(GSOAP_PATH)/wsdl2h SOAPCPP = $(GSOAP_PATH)/soapcpp2 -- 2.43.0