mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-30 23:49:05 +08:00
bf4a09d72a
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@623 d0cd1f9f-072b-0410-8dd7-cf729c803f20
18 lines
367 B
Makefile
18 lines
367 B
Makefile
SUBDIRS =
|
|
AM_CPPFLAGS =
|
|
|
|
include_HEADERS = \
|
|
scrollview.h svmnode.h svutil.h svpaint.cpp
|
|
|
|
if !USING_MULTIPLELIBS
|
|
noinst_LTLIBRARIES = libtesseract_viewer.la
|
|
else
|
|
lib_LTLIBRARIES = libtesseract_viewer.la
|
|
libtesseract_viewer_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|
|
endif
|
|
|
|
libtesseract_viewer_la_SOURCES = \
|
|
scrollview.cpp svmnode.cpp svutil.cpp
|
|
|
|
|