tesseract/opencl/Makefile.am
amitdo a905548ed6 Autotools build: Remove the option 'USING_MULTIPLELIBS'
Libtool's convenience libraries should never be installed. Fixes #985.
2017-09-11 15:03:53 +03:00

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