Skip to content

Commit

Permalink
include basedir.h to installed header files
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@778 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
zdenop@gmail.com committed Oct 12, 2012
1 parent 6b49707 commit 9b2c106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ endif
EXTRA_DIST = mfcpch.cpp

include_HEADERS = \
errcode.h fileerr.h genericvector.h helpers.h host.h memry.h \
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

noinst_HEADERS = \
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h elst2.h \
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 \
sorthelper.h stderr.h tessdatamanager.h tprintf.h unicity_table.h \
Expand Down
1 change: 1 addition & 0 deletions vs2008/tesshelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def tessCopy(tessDir, includeDir):
r"ccstruct\publictypes.h",
r"ccmain\thresholder.h",
r"ccutil\host.h",
r"ccutil\basedir.h",
r"ccutil\tesscallback.h",
r"ccutil\unichar.h",
r"ccutil\platform.h",
Expand Down

0 comments on commit 9b2c106

Please sign in to comment.