mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 07:59:04 +08:00
Remove arch header files from public API
The arch header files are only used in the Tesseract code. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
2bafff4c64
commit
11f2b12fda
@ -8,10 +8,10 @@ AM_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
AM_CPPFLAGS += -DTESS_EXPORTS
|
||||
endif
|
||||
|
||||
pkginclude_HEADERS = intsimdmatrix.h
|
||||
pkginclude_HEADERS =
|
||||
|
||||
noinst_HEADERS = dotproductavx.h dotproductsse.h
|
||||
noinst_HEADERS += intsimdmatrixavx2.h intsimdmatrixsse.h
|
||||
noinst_HEADERS += intsimdmatrix.h intsimdmatrixavx2.h intsimdmatrixsse.h
|
||||
noinst_HEADERS += simddetect.h
|
||||
|
||||
noinst_LTLIBRARIES = libtesseract_avx.la libtesseract_avx2.la libtesseract_sse.la
|
||||
|
Loading…
Reference in New Issue
Block a user