From 7bb9a5f7834b673eabdc7d9ae0dc6baf222362f1 Mon Sep 17 00:00:00 2001 From: Mayank Gupta Date: Mon, 13 Mar 2017 13:17:30 +0530 Subject: [PATCH] Updated Makefile.am and configure.ac --- Makefile.am | 5 ++--- configure.ac | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6a280464..bd6e93aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ No newline at end of file diff --git a/configure.ac b/configure.ac index 49e92559..39e20dc0 100644 --- a/configure.ac +++ b/configure.ac @@ -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])