Skip to content

Commit

Permalink
Merge pull request #1118 from Shreeshrii/fixoverwrite
Browse files Browse the repository at this point in the history
fix accidental overwrite because of using old version
  • Loading branch information
zdenop committed Sep 11, 2017
2 parents 7569c89 + 4e9c975 commit dd422c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion training/Makefile.am
Expand Up @@ -345,7 +345,9 @@ text2image_LDADD += $(ICU_UC_LIBS) -lpango-1.0 -lpangocairo-1.0 \
unicharset_extractor_SOURCES = unicharset_extractor.cpp
#unicharset_extractor_LDFLAGS = -static
unicharset_extractor_LDADD = \
libtesseract_tessopt.la
libtesseract_training.la \
libtesseract_tessopt.la \
$(ICU_I18N_LIBS) $(ICU_UC_LIBS)
if USING_MULTIPLELIBS
unicharset_extractor_LDADD += \
../ccutil/libtesseract_ccutil.la \
Expand Down

0 comments on commit dd422c3

Please sign in to comment.