Skip to content

Commit b2a3924

Browse files
committed
Major updates to training system as a result of extensive testing on 100 languages - makefile.am
1 parent 6be2515 commit b2a3924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

training/Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AM_CPPFLAGS += \
88
-I$(top_srcdir)/classify -I$(top_srcdir)/display \
99
-I$(top_srcdir)/wordrec -I$(top_srcdir)/cutil
1010

11-
EXTRA_DIST = tesstrain.sh
11+
EXTRA_DIST = language-specific.sh tesstrain.sh tesstrain_utils.sh
1212

1313
if T_WIN
1414
# try static build
@@ -28,7 +28,7 @@ noinst_HEADERS = \
2828
boxchar.h commandlineflags.h commontraining.h degradeimage.h \
2929
fileio.h icuerrorcode.h ligature_table.h normstrngs.h \
3030
mergenf.h pango_font_info.h stringrenderer.h \
31-
tessopt.h tlog.h util.h
31+
tessopt.h tlog.h unicharset_training_utils.h util.h
3232

3333
noinst_LTLIBRARIES = libtesseract_training.la libtesseract_tessopt.la
3434

@@ -39,7 +39,7 @@ libtesseract_training_la_LIBADD = \
3939
libtesseract_training_la_SOURCES = \
4040
boxchar.cpp commandlineflags.cpp commontraining.cpp degradeimage.cpp \
4141
fileio.cpp ligature_table.cpp normstrngs.cpp pango_font_info.cpp \
42-
stringrenderer.cpp tlog.cpp
42+
stringrenderer.cpp tlog.cpp unicharset_training_utils.cpp
4343

4444
libtesseract_tessopt_la_SOURCES = \
4545
tessopt.cpp

0 commit comments

Comments
 (0)