Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / Makefile
index e85a72e..ef834a1 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for server software
 CXX = gcc
 FLAGS = -std=c99 -Wall -Werror -pedantic -g
 # Makefile for server software
 CXX = gcc
 FLAGS = -std=c99 -Wall -Werror -pedantic -g
-LIB = -lpthread -lfcgi -lssl
+LIB = -lpthread -lfcgi -lssl -lcrypto
 OBJ = log.o sensor.o fastcgi.o thread.o main.o
 RM = rm -f
 
 OBJ = log.o sensor.o fastcgi.o thread.o main.o
 RM = rm -f
 

UCC git Repository :: git.ucc.asn.au