Wrote code to implement camera
[matches/MCTX3420.git] / server / sensors / Makefile
index a412f7c..58a1fd8 100644 (file)
@@ -1,9 +1,8 @@
 # Makefile for server software
 CXX = gcc
-FLAGS = -std=c99 -Wall -pedantic -g -I../
-#-I/usr/include/opencv -I/usr/include/opencv2/highgui For OpenCV
+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 pressure.o
+OBJ = strain.o resource.o pressure.o dilatometer.o
 HEADERS = $(wildcard *.h)
 RM = rm -f
 

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