Skip to content

Commit 11f2b12

Browse files
committed
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>
1 parent 2bafff4 commit 11f2b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arch/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ AM_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
88
AM_CPPFLAGS += -DTESS_EXPORTS
99
endif
1010

11-
pkginclude_HEADERS = intsimdmatrix.h
11+
pkginclude_HEADERS =
1212

1313
noinst_HEADERS = dotproductavx.h dotproductsse.h
14-
noinst_HEADERS += intsimdmatrixavx2.h intsimdmatrixsse.h
14+
noinst_HEADERS += intsimdmatrix.h intsimdmatrixavx2.h intsimdmatrixsse.h
1515
noinst_HEADERS += simddetect.h
1616

1717
noinst_LTLIBRARIES = libtesseract_avx.la libtesseract_avx2.la libtesseract_sse.la

0 commit comments

Comments
 (0)