summaryrefslogtreecommitdiff
path: root/mteval/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-06-08 00:39:09 -0400
committerPatrick Simianer <p@simianer.de>2011-09-23 19:13:57 +0200
commit0d2b0f252370260042a456f215b2b79c456796df (patch)
tree20dcdef45e5251a2058c29dbc06801f6ac68aa61 /mteval/Makefile.am
parent545c79f6bd0982f02bc22e16a9e904a483f98881 (diff)
external MT evaluator client code. most logic in place, needs to be integrated. actually, the whole evaluation architecture needs to be trashed and rewritten from scratch. what a disaster it is
Diffstat (limited to 'mteval/Makefile.am')
-rw-r--r--mteval/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mteval/Makefile.am b/mteval/Makefile.am
index f9277779..95845090 100644
--- a/mteval/Makefile.am
+++ b/mteval/Makefile.am
@@ -10,7 +10,7 @@ endif
noinst_LIBRARIES = libmteval.a
-libmteval_a_SOURCES = ter.cc comb_scorer.cc aer_scorer.cc scorer.cc
+libmteval_a_SOURCES = ter.cc comb_scorer.cc aer_scorer.cc scorer.cc external_scorer.cc
fast_score_SOURCES = fast_score.cc
fast_score_LDADD = libmteval.a $(top_srcdir)/utils/libutils.a -lz