Skip to content

Commit fcdcba7

Browse files
committed
Remove some header files from public API
Signed-off-by: Stefan Weil <[email protected]>
1 parent e5d11b5 commit fcdcba7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/arch/Makefile.am

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

11-
include_HEADERS = dotproductavx.h dotproductsse.h intsimdmatrix.h intsimdmatrixavx2.h intsimdmatrixsse.h simddetect.h
11+
include_HEADERS = intsimdmatrix.h
1212

13-
noinst_HEADERS =
13+
noinst_HEADERS = dotproductavx.h dotproductsse.h
14+
noinst_HEADERS += intsimdmatrixavx2.h intsimdmatrixsse.h
15+
noinst_HEADERS += simddetect.h
1416

1517
noinst_LTLIBRARIES = libtesseract_avx.la libtesseract_avx2.la libtesseract_sse.la
1618
noinst_LTLIBRARIES += libtesseract_arch.la

0 commit comments

Comments
 (0)