We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bddb99 commit c07c465Copy full SHA for c07c465
api/Makefile.am
@@ -45,7 +45,7 @@ endif
45
libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp renderer.cpp pdfrenderer.cpp
46
47
lib_LTLIBRARIES += libtesseract.la
48
-libtesseract_la_LDFLAGS =
+libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS)
49
libtesseract_la_SOURCES =
50
# Dummy C++ source to cause C++ linking.
51
# see http://www.gnu.org/s/hello/manual/automake/Libtool-Convenience-Libraries.html#Libtool-Convenience-Libraries
0 commit comments