X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=f3992c80d6ada675a4608dd14bd6ec931cd23d97;hb=66df642416e00b7f5a84e14c001ce03dfd1930ea;hp=f3ce6b4aaf6db6daca1121491f869e892f513cf5;hpb=6ed8c8a41104d50a699c20c5310a61656fb593e4;p=matches%2FMCTX3420.git diff --git a/server/Makefile b/server/Makefile index f3ce6b4..f3992c8 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,8 +1,8 @@ # Makefile for server software CXX = gcc FLAGS = -std=c99 -Wall -pedantic -g -I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -LIB = -lfcgi -lssl -lcrypto -lpthread -lm -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -OBJ = log.o control.o data.o fastcgi.o main.o sensor.o actuator.o image.o bbb_pin.o pin_test.o +LIB = -lfcgi -lssl -lcrypto -lpthread -lm -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -lldap -lcrypt +OBJ = log.o control.o data.o fastcgi.o main.o sensor.o actuator.o image.o bbb_pin.o pin_test.o login.o RM = rm -f BIN = server