mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-18 19:39:24 +08:00
1a23b25eeb
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@149 d0cd1f9f-072b-0410-8dd7-cf729c803f20
10 lines
208 B
Makefile
10 lines
208 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS =
|
|
|
|
include_HEADERS = \
|
|
scrollview.h svmnode.h svutil.h svpaint.cpp
|
|
|
|
lib_LIBRARIES = libtesseract_viewer.a
|
|
libtesseract_viewer_a_SOURCES = \
|
|
scrollview.cpp svmnode.cpp svutil.cpp
|