File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Absolute path of directory 'langdata'.
2
- LANGDATA_DIR =$(shell cd $(top_srcdir ) && cd .. && pwd) /langdata
2
+ LANGDATA_DIR =$(shell cd $(top_srcdir ) && cd .. && pwd) /langdata_lstm
3
3
4
4
# Absolute path of directory 'tessdata' with traineddata files
5
5
# (must be on same level as top source directory).
@@ -139,7 +139,7 @@ applybox_test_SOURCES = applybox_test.cc
139
139
applybox_test_LDADD = $(GTEST_LIBS ) $(TESS_LIBS ) $(LEPTONICA_LIBS )
140
140
141
141
baseapi_test_SOURCES = baseapi_test.cc
142
- baseapi_test_LDADD = $(ABSEIL_LIBS ) $(GTEST_LIBS ) $(TESS_LIBS )
142
+ baseapi_test_LDADD = $(ABSEIL_LIBS ) $(GTEST_LIBS ) $(TESS_LIBS ) $( LEPTONICA_LIBS )
143
143
144
144
# baseapi_thread_test_SOURCES = baseapi_thread_test.cc
145
145
# baseapi_thread_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
You can’t perform that action at this time.
0 commit comments