Merge pull request #2314 from stweil/svpaint

Remove svpaint.cpp from libtesseract
This commit is contained in:
zdenop 2019-03-12 12:36:22 +01:00 committed by GitHub
commit e965de77eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,6 @@ noinst_HEADERS = \
noinst_LTLIBRARIES = libtesseract_viewer.la noinst_LTLIBRARIES = libtesseract_viewer.la
libtesseract_viewer_la_SOURCES = \ 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.