Skip to content

Commit 8ad0489

Browse files
committed
Remove svpaint.cpp from libtesseract
svpaint is a standalone application (it includes a main function) and should not be part of the Tesseract library. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 7546a01 commit 8ad0489

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/viewer/Makefile.am

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ noinst_HEADERS = \
1111
noinst_LTLIBRARIES = libtesseract_viewer.la
1212

1313
libtesseract_viewer_la_SOURCES = \
14-
scrollview.cpp svmnode.cpp svutil.cpp svpaint.cpp
14+
scrollview.cpp svmnode.cpp svutil.cpp
15+
16+
# TODO: Add rule to generate svpaint from svpaint.cpp.

0 commit comments

Comments
 (0)