bin_PROGRAMS = vision


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

# the library search path.
vision_LDFLAGS = $(all_libraries) 
vision_SOURCES = cvision.cpp cvision.h data.h message.cpp message.h \
		SerialPort.cpp SerialPort.h visiondefs.h vision.cpp imgwrap.h
vision_LDADD = -lcxcore0.9.7 -lcvaux0.9.7 -lcv0.9.7 -lhighgui0.9.7
noinst_HEADERS = imgwrap.h
