Skip to content

Commit

Permalink
Remove arch header files from public API
Browse files Browse the repository at this point in the history
The arch header files are only used in the Tesseract code.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 21, 2018
1 parent 2bafff4 commit 11f2b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arch/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11f2b12

Please sign in to comment.