diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-08 15:44:45 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-08 15:44:45 -0500 |
commit | 2538c4052e844ebf6f5615becd087f2d6658c587 (patch) | |
tree | f599271caba95b7ee1239d17e0ac122290e61c1c /mteval | |
parent | f6ce733312648a3dfce070cc571794e70a12881c (diff) |
add header files to sources to create correct distributions
Diffstat (limited to 'mteval')
-rw-r--r-- | mteval/Makefile.am | 11 |
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 \ |