Skip to content

Commit

Permalink
make ocrclass.h public header (fix issue 897 )
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@838 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
zdenop@gmail.com committed Apr 30, 2013
1 parent 7dcfd02 commit 16aa993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ccutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ EXTRA_DIST = mfcpch.cpp

include_HEADERS = \
basedir.h errcode.h fileerr.h genericvector.h helpers.h host.h memry.h \
ndminx.h params.h platform.h serialis.h strngs.h tesscallback.h \
unichar.h unicharmap.h unicharset.h
ndminx.h params.h ocrclass.h platform.h serialis.h strngs.h \
tesscallback.h unichar.h unicharmap.h unicharset.h

noinst_HEADERS = \
ambigs.h bits16.h bitvector.h ccutil.h clst.h elst2.h \
elst.h globaloc.h hashfn.h hosthplb.h indexmapbidi.h lsterr.h \
mfcpch.h notdll.h nwmain.h ocrclass.h qrsequence.h secname.h \
mfcpch.h notdll.h nwmain.h qrsequence.h secname.h \
sorthelper.h stderr.h tessdatamanager.h tprintf.h unicity_table.h \
unicodes.h

Expand Down

0 comments on commit 16aa993

Please sign in to comment.