summaryrefslogtreecommitdiff
path: root/mteval/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-01-08 15:44:45 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-01-08 15:44:45 -0500
commit41bc60a856dc2d0bf9659b443c0cd03be8016db7 (patch)
tree9c3c75010ec0ba5faef6c0356ef8f6433d8a0d35 /mteval/Makefile.am
parent5b5fd62f6fae315e3be55c54984d3385858e034e (diff)
add header files to sources to create correct distributions
Diffstat (limited to 'mteval/Makefile.am')
-rw-r--r--mteval/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/mteval/Makefile.am b/mteval/Makefile.am
index 4444285f..b19e4bb1 100644
--- a/mteval/Makefile.am
+++ b/mteval/Makefile.am
@@ -9,6 +9,17 @@ TESTS = scorer_test
noinst_LIBRARIES = libmteval.a
libmteval_a_SOURCES = \
+ aer_scorer.h \
+ comb_scorer.h \
+ external_scorer.h \
+ ns.h \
+ ns_cer.h \
+ ns_comb.h \
+ ns_docscorer.h \
+ ns_ext.h \
+ ns_ter.h \
+ scorer.h \
+ ter.h \
aer_scorer.cc \
comb_scorer.cc \
external_scorer.cc \