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:
zdenop@gmail.com 2011-10-16 20:23:49 +00:00
parent 67f47008c7
commit db2aa4e73f

View File

@ -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