Skip to content

Commit

Permalink
api: Add missing dependency on libtiff
Browse files Browse the repository at this point in the history
It is needed because of a direct call to TIFFSetWarningHandler.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 13, 2016
1 parent a9b300d commit 9ec0c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Makefile.am
Expand Up @@ -90,6 +90,8 @@ tesseract_LDFLAGS = $(OPENCL_LDFLAGS)

tesseract_LDADD += $(OPENMP_CXXFLAGS)

tesseract_LDADD += -ltiff

if T_WIN
tesseract_LDADD += -lws2_32
libtesseract_la_LDFLAGS += -no-undefined -Wl,--as-needed -lws2_32
Expand Down

0 comments on commit 9ec0c4f

Please sign in to comment.