Skip to content

Commit

Permalink
Remove some header files from public API
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 10, 2018
1 parent e5d11b5 commit fcdcba7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/arch/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ AM_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
AM_CPPFLAGS += -DTESS_EXPORTS
endif

include_HEADERS = dotproductavx.h dotproductsse.h intsimdmatrix.h intsimdmatrixavx2.h intsimdmatrixsse.h simddetect.h
include_HEADERS = intsimdmatrix.h

noinst_HEADERS =
noinst_HEADERS = dotproductavx.h dotproductsse.h
noinst_HEADERS += intsimdmatrixavx2.h intsimdmatrixsse.h
noinst_HEADERS += simddetect.h

noinst_LTLIBRARIES = libtesseract_avx.la libtesseract_avx2.la libtesseract_sse.la
noinst_LTLIBRARIES += libtesseract_arch.la
Expand Down

0 comments on commit fcdcba7

Please sign in to comment.