Skip to content

Commit

Permalink
Remove svpaint.cpp from libtesseract
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stweil committed Mar 12, 2019
1 parent 7546a01 commit 8ad0489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/viewer/Makefile.am
Expand Up @@ -11,4 +11,6 @@ noinst_HEADERS = \
noinst_LTLIBRARIES = libtesseract_viewer.la

libtesseract_viewer_la_SOURCES = \
scrollview.cpp svmnode.cpp svutil.cpp svpaint.cpp
scrollview.cpp svmnode.cpp svutil.cpp

# TODO: Add rule to generate svpaint from svpaint.cpp.

0 comments on commit 8ad0489

Please sign in to comment.