mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
svpaint.cpp moved from include to source
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@632 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
67f47008c7
commit
db2aa4e73f
@ -2,7 +2,7 @@ SUBDIRS =
|
||||
AM_CPPFLAGS =
|
||||
|
||||
include_HEADERS = \
|
||||
scrollview.h svmnode.h svutil.h svpaint.cpp
|
||||
scrollview.h svmnode.h svutil.h
|
||||
|
||||
if !USING_MULTIPLELIBS
|
||||
noinst_LTLIBRARIES = libtesseract_viewer.la
|
||||
@ -12,6 +12,6 @@ libtesseract_viewer_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|
||||
endif
|
||||
|
||||
libtesseract_viewer_la_SOURCES = \
|
||||
scrollview.cpp svmnode.cpp svutil.cpp
|
||||
scrollview.cpp svmnode.cpp svutil.cpp svpaint.cpp
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user