Skip to content

Commit

Permalink
install training script with autotools.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Oct 20, 2018
1 parent 1b2bda6 commit 1a52300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/training/Makefile.am
Expand Up @@ -14,7 +14,9 @@ AM_CPPFLAGS += \
-I$(top_srcdir)/src/wordrec \
-I$(top_srcdir)/src/cutil

EXTRA_DIST = language-specific.sh tesstrain.sh tesstrain_utils.sh
bin_SCRIPTS = language-specific.sh tesstrain.sh
scripts_DATA = tesstrain_utils.sh
scriptsdir = $(bindir)

if DISABLED_LEGACY_ENGINE
AM_CPPFLAGS += -DDISABLED_LEGACY_ENGINE
Expand Down

0 comments on commit 1a52300

Please sign in to comment.