mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 13:56:49 -04:00
Continue control file cleanup
This commit is contained in:
@ -5,8 +5,9 @@ AM_LIBS = -shared
|
||||
#Lists the libraries to build
|
||||
lib_LTLIBRARIES = libcvautomation.la
|
||||
libcvautomation_la_SOURCES = libcvautomation-opencv.c libcvautomation-xlib.c libcvautomation-xtest.c
|
||||
libcvautomation_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ @X11_LIBS@ @XTEST_LIBS@ @CV_LIBS@
|
||||
libcvautomation_la_CFLAGS = -shared -Wall -Werror -O2 -I$(top_srcdir)/include @X11_CFLAGS@ @XTEST_CFLAGS@ @CV_CFLAGS@
|
||||
libcvautomation_la_LDFLAGS = -version-info @LIBTOOL_VERSION@
|
||||
libcvautomation_la_LIBADD = @X11_LIBS@ @XTEST_LIBS@ @CV_LIBS@
|
||||
libcvautomation_la_CFLAGS = -Wall -Werror -O2 -I$(top_srcdir)/include @X11_CFLAGS@ @XTEST_CFLAGS@ @CV_CFLAGS@
|
||||
|
||||
#Lists the headers to distribute
|
||||
pkginclude_HEADERS = $(top_srcdir)/include/libcvautomation/libcvautomation.h $(top_srcdir)/include/libcvautomation/libcvautomation-opencv.h $(top_srcdir)/include/libcvautomation/libcvautomation-xlib.h $(top_srcdir)/include/libcvautomation/libcvautomation-xtest.h $(top_srcdir)/include/libcvautomation/xautomation_kbd.h $(top_srcdir)/include/libcvautomation/xautomation_keysym_map.h $(top_srcdir)/include/libcvautomation/xautomation_multikey_map.h
|
||||
|
Reference in New Issue
Block a user