bin_PROGRAMS = vision

# set the include path found by configure
INCLUDES = $(all_includes) -I/usr/include/opencv

# the library search path.
vision_LDFLAGS = $(all_libraries) 
vision_SOURCES = Date.cpp Date.h SerialPort.cpp SerialPort.h cvision.cpp \
	cvision.h data.h message.cpp message.h vision.cpp visiondefs.h
vision_LDADD = -lcv -lcvaux -lcxcore -lhighgui
