mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-11 15:09:03 +08:00
a905548ed6
Libtool's convenience libraries should never be installed. Fixes #985.
15 lines
334 B
Makefile
15 lines
334 B
Makefile
AM_CPPFLAGS += -I$(top_srcdir)/ccutil
|
|
|
|
if VISIBILITY
|
|
AM_CPPFLAGS += -DTESS_EXPORTS \
|
|
-fvisibility=hidden -fvisibility-inlines-hidden
|
|
endif
|
|
|
|
noinst_HEADERS = \
|
|
scrollview.h svmnode.h svutil.h
|
|
|
|
noinst_LTLIBRARIES = libtesseract_viewer.la
|
|
|
|
libtesseract_viewer_la_SOURCES = \
|
|
scrollview.cpp svmnode.cpp svutil.cpp svpaint.cpp
|