2018-12-29 20:13:53 -08:00
|
|
|
diff --git a/src/api/Makefile.am b/src/api/Makefile.am
|
2017-09-08 22:09:03 -07:00
|
|
|
index d8c1e54..46ead13 100644
|
2018-12-29 20:13:53 -08:00
|
|
|
--- a/src/api/Makefile.am
|
|
|
|
+++ b/src/api/Makefile.am
|
2017-09-08 22:09:03 -07:00
|
|
|
@@ -42,7 +42,7 @@ libtesseract_api_la_CPPFLAGS = $(AM_CPPFLAGS)
|
2014-10-19 00:55:06 -07:00
|
|
|
if VISIBILITY
|
|
|
|
libtesseract_api_la_CPPFLAGS += -DTESS_EXPORTS
|
|
|
|
endif
|
2017-09-08 22:09:03 -07:00
|
|
|
-libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp renderer.cpp pdfrenderer.cpp
|
|
|
|
+libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp renderer.cpp pdfrenderer.cpp tesscapi.cpp
|
2014-10-19 00:55:06 -07:00
|
|
|
|
|
|
|
lib_LTLIBRARIES += libtesseract.la
|
|
|
|
libtesseract_la_LDFLAGS =
|