Skip to content

Commit 2eec979

Browse files
committed
Makefile.am for fix to issue 1252
1 parent 53fc445 commit 2eec979

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

classify/Makefile.am

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ endif
1111
noinst_HEADERS = \
1212
adaptive.h blobclass.h \
1313
classify.h cluster.h clusttool.h cutoffs.h \
14-
errorcounter.h extern.h extract.h \
15-
featdefs.h flexfx.h float2int.h fpoint.h fxdefs.h \
14+
errorcounter.h \
15+
featdefs.h float2int.h fpoint.h \
1616
intfeaturedist.h intfeaturemap.h intfeaturespace.h \
1717
intfx.h intmatcher.h intproto.h kdtree.h \
1818
mastertrainer.h mf.h mfdefs.h mfoutline.h mfx.h \
1919
normfeat.h normmatch.h \
2020
ocrfeatures.h outfeat.h picofeat.h protos.h \
2121
sampleiterator.h shapeclassifier.h shapetable.h \
22-
tessclassifier.h trainingsample.h trainingsampleset.h xform2d.h
22+
tessclassifier.h trainingsample.h trainingsampleset.h
2323

2424
if !USING_MULTIPLELIBS
2525
noinst_LTLIBRARIES = libtesseract_classify.la
@@ -37,14 +37,14 @@ endif
3737
libtesseract_classify_la_SOURCES = \
3838
adaptive.cpp adaptmatch.cpp blobclass.cpp \
3939
classify.cpp cluster.cpp clusttool.cpp cutoffs.cpp \
40-
errorcounter.cpp extract.cpp \
41-
featdefs.cpp flexfx.cpp float2int.cpp fpoint.cpp fxdefs.cpp \
40+
errorcounter.cpp \
41+
featdefs.cpp float2int.cpp fpoint.cpp \
4242
intfeaturedist.cpp intfeaturemap.cpp intfeaturespace.cpp \
4343
intfx.cpp intmatcher.cpp intproto.cpp kdtree.cpp \
4444
mastertrainer.cpp mf.cpp mfdefs.cpp mfoutline.cpp mfx.cpp \
4545
normfeat.cpp normmatch.cpp \
4646
ocrfeatures.cpp outfeat.cpp picofeat.cpp protos.cpp \
4747
sampleiterator.cpp shapeclassifier.cpp shapetable.cpp \
48-
tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp xform2d.cpp
48+
tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp
4949

5050

0 commit comments

Comments
 (0)