Skip to content

Commit 4e9c975

Browse files
committed
fix accidental overwrite using old version
1 parent 7569c89 commit 4e9c975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

training/Makefile.am

+3-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,9 @@ text2image_LDADD += $(ICU_UC_LIBS) -lpango-1.0 -lpangocairo-1.0 \
345345
unicharset_extractor_SOURCES = unicharset_extractor.cpp
346346
#unicharset_extractor_LDFLAGS = -static
347347
unicharset_extractor_LDADD = \
348-
libtesseract_tessopt.la
348+
libtesseract_training.la \
349+
libtesseract_tessopt.la \
350+
$(ICU_I18N_LIBS) $(ICU_UC_LIBS)
349351
if USING_MULTIPLELIBS
350352
unicharset_extractor_LDADD += \
351353
../ccutil/libtesseract_ccutil.la \

0 commit comments

Comments
 (0)