mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 11:53:25 +00:00
Updated Makefile.am and configure.ac
This commit is contained in:
parent
00522bc950
commit
7bb9a5f783
@ -109,7 +109,7 @@ ccextractor_SOURCES = \
|
||||
src/lib_ccx/ccx_common_option.c \
|
||||
src/lib_ccx/ccx_common_common.c \
|
||||
src/lib_ccx/utility.c \
|
||||
src/lib_ccx/activity.c \
|
||||
src/lib_ccx/activity.c \
|
||||
src/lib_ccx/asf_functions.c \
|
||||
src/lib_ccx/avc_functions.c \
|
||||
src/lib_ccx/cc_bitstream.c \
|
||||
@ -269,5 +269,4 @@ ccextractor_CPPFLAGS =-I /usr/include/leptonica/ -I /usr/include/tesseract/ -I$(
|
||||
|
||||
ccextractor_LDADD =-lm -ltesseract -llept
|
||||
|
||||
ccextractor_LDFLAGS=-zmuldefs
|
||||
|
||||
ccextractor_LDFLAGS=-zmuldefs
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT(ccextractor, 0.86alpha, https://github.com/CCExtractor/ccextractor/issues)
|
||||
AC_INIT(ccextractor, 1.0, https://github.com/CCExtractor/ccextractor/issues)
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
AC_CONFIG_SRCDIR([src/ccextractor.c])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
|
Loading…
Reference in New Issue
Block a user