diff options
author | Chris Dyer <redpony@gmail.com> | 2014-04-20 22:25:15 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-04-20 22:25:15 -0400 |
commit | 1748e9a095bcc3a1db8ab47eb7ac6a1f9568772b (patch) | |
tree | af9c6d12c49726a690d3a29eb80146ee46158b0e /word-aligner/Makefile.am | |
parent | a3434180474e832eeea7d775893ce85244f8145c (diff) |
binary derivations with maximal arity-2
Diffstat (limited to 'word-aligner/Makefile.am')
-rw-r--r-- | word-aligner/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/word-aligner/Makefile.am b/word-aligner/Makefile.am index 1f7f78ae..075ad009 100644 --- a/word-aligner/Makefile.am +++ b/word-aligner/Makefile.am @@ -1,8 +1,11 @@ -bin_PROGRAMS = fast_align +bin_PROGRAMS = fast_align binderiv fast_align_SOURCES = fast_align.cc ttables.cc da.h ttables.h fast_align_LDADD = ../utils/libutils.a +binderiv_SOURCES = binderiv.cc +binderiv_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 |