X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fsensors%2FMakefile;h=a412f7cbc76e873a112d3aed141b5d6a167e3857;hb=1b3737962d2abeb9359d92de0977d0ca108ff05b;hp=b72201ddf89f63063a477737bf9bf3ef7865e090;hpb=c3a1f0d6a3c293a45ab9f24a63b43e3f5aa7bd15;p=matches%2FMCTX3420.git diff --git a/server/sensors/Makefile b/server/sensors/Makefile index b72201d..a412f7c 100644 --- a/server/sensors/Makefile +++ b/server/sensors/Makefile @@ -3,7 +3,7 @@ CXX = gcc FLAGS = -std=c99 -Wall -pedantic -g -I../ #-I/usr/include/opencv -I/usr/include/opencv2/highgui For OpenCV LIB = -lpthread -OBJ = strain.o resource.o piped.o +OBJ = strain.o resource.o pressure.o HEADERS = $(wildcard *.h) RM = rm -f