mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Fix libtool version information
This commit is contained in:
parent
386e58f391
commit
d0fcb1f3e9
@ -3,11 +3,10 @@
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(libcvautomation, 1.3, bspeice@uncc.edu)
|
||||
AC_SUBST(LIBTOOL_VERSION, 1:3)
|
||||
#AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
|
||||
#path intelc110 /opt/coe/intelc110
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
AM_CFLAGS = -Wall -Werror -O2 -I$(top_srcdir)/include @X11_CFLAGS@ @XTEST_CFLAGS@ @CV_CFLAGS@
|
||||
AM_LDFLAGS = @X11_LIBS@ @XTEST_LIBS@ @CV_LIBS@
|
||||
AM_CFLAGS =
|
||||
AM_LDFLAGS =
|
||||
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_CFLAGS = -shared -I$(top_srcdir)/include -I$(top_srcdir)/libcvautomation -I$(top_srcdir)/include/libcvautomation
|
||||
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@
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user