File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AM_CPPFLAGS += \
8
8
-I$(top_srcdir ) /classify -I$(top_srcdir ) /display \
9
9
-I$(top_srcdir ) /wordrec -I$(top_srcdir ) /cutil
10
10
11
- EXTRA_DIST = tesstrain.sh
11
+ EXTRA_DIST = language-specific.sh tesstrain.sh tesstrain_utils .sh
12
12
13
13
if T_WIN
14
14
# try static build
@@ -28,7 +28,7 @@ noinst_HEADERS = \
28
28
boxchar.h commandlineflags.h commontraining.h degradeimage.h \
29
29
fileio.h icuerrorcode.h ligature_table.h normstrngs.h \
30
30
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
32
32
33
33
noinst_LTLIBRARIES = libtesseract_training.la libtesseract_tessopt.la
34
34
@@ -39,7 +39,7 @@ libtesseract_training_la_LIBADD = \
39
39
libtesseract_training_la_SOURCES = \
40
40
boxchar.cpp commandlineflags.cpp commontraining.cpp degradeimage.cpp \
41
41
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
43
43
44
44
libtesseract_tessopt_la_SOURCES = \
45
45
tessopt.cpp
You can’t perform that action at this time.
0 commit comments