File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
.PHONY : install-langs ScrollView.jar install-jars training
21
21
22
22
SUBDIRS = arch ccutil viewer cutil opencl ccstruct dict classify wordrec textord lstm
23
- SUBDIRS += ccmain api . tessdata doc
23
+ SUBDIRS += ccmain api . tessdata doc unittest
24
24
25
25
EXTRA_DIST = README.md\
26
26
aclocal.m4 config configure.ac autogen.sh contrib \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ AC_SUBST([GENERIC_VERSION])
66
66
# ----------------------------------------
67
67
68
68
# Do not require README file (we use README.md)
69
- AM_INIT_AUTOMAKE([foreign])
69
+ AM_INIT_AUTOMAKE([foreign subdir-objects ])
70
70
AC_CONFIG_HEADERS([config_auto.h:config/config.h.in])
71
71
AM_MAINTAINER_MODE
72
72
@@ -501,6 +501,7 @@ AC_CONFIG_FILES([tessdata/Makefile])
501
501
AC_CONFIG_FILES([tessdata/configs/Makefile])
502
502
AC_CONFIG_FILES([tessdata/tessconfigs/Makefile])
503
503
AC_CONFIG_FILES([testing/Makefile])
504
+ AC_CONFIG_FILES([unittest/Makefile])
504
505
AC_CONFIG_FILES([java/Makefile])
505
506
AC_CONFIG_FILES([java/com/Makefile])
506
507
AC_CONFIG_FILES([java/com/google/Makefile])
You can’t perform that action at this time.
0 commit comments