diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-20 09:44:18 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-20 09:44:18 -0500 |
commit | 658420843fc5d9e5d75cedd54d191d70cb31ddff (patch) | |
tree | 2da0be3aad915472715424f46fde76e6146e3166 /word-aligner | |
parent | acbc307afe151cea18bab2db61fe9a0b0d3776e6 (diff) |
clean up a bit
Diffstat (limited to 'word-aligner')
-rw-r--r-- | word-aligner/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/word-aligner/Makefile.am b/word-aligner/Makefile.am index a195cc5a..1f7f78ae 100644 --- a/word-aligner/Makefile.am +++ b/word-aligner/Makefile.am @@ -3,4 +3,6 @@ bin_PROGRAMS = fast_align fast_align_SOURCES = fast_align.cc ttables.cc da.h ttables.h fast_align_LDADD = ../utils/libutils.a +EXTRA_DIST = aligner.pl ortho-norm support makefiles stemmers + AM_CPPFLAGS = -W -Wall -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/training |