X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=39a71fbaee29ec0145868fbf1e138d083fc73c30;hb=4a7e2a370cfc471bb80266a3b04b612a88509638;hp=c5be05f6b27402ff8db9378f5bde230cbb85abd3;hpb=c3a1f0d6a3c293a45ab9f24a63b43e3f5aa7bd15;p=matches%2FMCTX3420.git diff --git a/server/Makefile b/server/Makefile index c5be05f..39a71fb 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,6 +1,6 @@ # Makefile for server software CXX = gcc -FLAGS = -std=c99 -Wall -pedantic -g -I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib +FLAGS = -std=gnu99 -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 -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 sensors/sensors.a actuators/actuators.a RM = rm -f