Updated Makefile.am and configure.ac

This commit is contained in:
Mayank Gupta 2017-03-13 13:17:30 +05:30
parent 00522bc950
commit 7bb9a5f783
2 changed files with 3 additions and 4 deletions

View File

@ -109,7 +109,7 @@ ccextractor_SOURCES = \
src/lib_ccx/ccx_common_option.c \ src/lib_ccx/ccx_common_option.c \
src/lib_ccx/ccx_common_common.c \ src/lib_ccx/ccx_common_common.c \
src/lib_ccx/utility.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/asf_functions.c \
src/lib_ccx/avc_functions.c \ src/lib_ccx/avc_functions.c \
src/lib_ccx/cc_bitstream.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_LDADD =-lm -ltesseract -llept
ccextractor_LDFLAGS=-zmuldefs ccextractor_LDFLAGS=-zmuldefs

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) 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_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/ccextractor.c]) AC_CONFIG_SRCDIR([src/ccextractor.c])
AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_INIT_AUTOMAKE([foreign subdir-objects])