Get threads to deal with exit conditions, create timestamps
[matches/MCTX3420.git] / server / Makefile
index f1084af..e85a72e 100644 (file)
@@ -2,11 +2,12 @@
 CXX = gcc
 FLAGS = -std=c99 -Wall -Werror -pedantic -g
 LIB = -lpthread -lfcgi -lssl
-OBJ = log.o sensor.o fastcgi.o main.o
+OBJ = log.o sensor.o fastcgi.o thread.o main.o
 RM = rm -f
 
 BIN = server
 
+
 $(BIN) : $(OBJ)
        $(CXX) $(FLAGS) -o $(BIN) $(OBJ) $(LIB)
 

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