Skip to content

Commit

Permalink
svpaint.cpp moved from include to source
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@632 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
zdenop@gmail.com committed Oct 16, 2011
1 parent 67f4700 commit db2aa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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


0 comments on commit db2aa4e

Please sign in to comment.