Fix a broken link, fix the first set of build issues

Fix some last-minute build issues
This commit is contained in:
Bradlee Speice
2012-07-18 12:33:25 -04:00
parent 13105e0f44
commit 7391d4648b
3 changed files with 37 additions and 6 deletions

View File

@ -8,7 +8,7 @@ AM_LIBS = -shared
#Lists the libraries to build
lib_LTLIBRARIES = libcvautomation.la
libcvautomation_la_SOURCES = libcvautomation-opencv.c libcvautomation-opencv.h libcvautomation-xlib.c libcvautomation-xlib.h libcvautomation.h libcvautomation-xtest.c libcvautomation-xtest.h
libcvautomation_la_SOURCES = libcvautomation-opencv.c libcvautomation-xlib.c libcvautomation-xtest.c
#libcvautomation_CFLAGS = -shared -I$(top_srcdir)/include -I$(top_srcdir)/libcvautomation -I$(top_srcdir)/include/libcvautomation
#Lists the headers to distribute