mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-30 23:49:05 +08:00
a905548ed6
Libtool's convenience libraries should never be installed. Fixes #985.
9 lines
285 B
Makefile
9 lines
285 B
Makefile
AM_CPPFLAGS += -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccmain $(OPENCL_CFLAGS)
|
|
noinst_HEADERS = \
|
|
openclwrapper.h oclkernels.h opencl_device_selection.h
|
|
|
|
noinst_LTLIBRARIES = libtesseract_opencl.la
|
|
|
|
libtesseract_opencl_la_SOURCES = \
|
|
openclwrapper.cpp
|