Skip to content

Commit

Permalink
Add leptonica-libs for apply-boxes test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Aug 30, 2018
1 parent 85b0372 commit b5d41b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ apiexample_test_LDFLAGS = $(OPENCL_LDFLAGS) $(LEPTONICA_LIBS)
apiexample_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)

applybox_test_SOURCES = applybox_test.cc
applybox_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
applybox_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)

bitvector_test_SOURCES = bitvector_test.cc
bitvector_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
Expand Down

0 comments on commit b5d41b7

Please sign in to comment.