1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 02:24:27 +00:00
nixpkgs/pkgs/applications/misc/k2pdfopt/tesseract.patch

14 lines
512 B
Diff
Raw Normal View History

2018-12-30 04:13:53 +00:00
diff --git a/src/api/Makefile.am b/src/api/Makefile.am
2017-09-09 06:09:03 +01:00
index d8c1e54..46ead13 100644
2018-12-30 04:13:53 +00:00
--- a/src/api/Makefile.am
+++ b/src/api/Makefile.am
2017-09-09 06:09:03 +01:00
@@ -42,7 +42,7 @@ libtesseract_api_la_CPPFLAGS = $(AM_CPPFLAGS)
if VISIBILITY
libtesseract_api_la_CPPFLAGS += -DTESS_EXPORTS
endif
2017-09-09 06:09:03 +01: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
lib_LTLIBRARIES += libtesseract.la
libtesseract_la_LDFLAGS =