From: Barış Metin Date: Fri, 3 Dec 2010 09:14:32 +0000 (+0100) Subject: make it compile on f14 X-Git-Tag: pcucontrol-1.0-9~1 X-Git-Url: http://git.onelab.eu/?p=pcucontrol.git;a=commitdiff_plain;h=dc281fc493cf71a34f8d9807130b34c02495e932 make it compile on f14 --- 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