diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-29 01:16:34 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-29 01:16:34 -0500 |
commit | 692019e8af6afaa046bb026a287dc52639cb8847 (patch) | |
tree | e514c7abc8bc6c2aa2ee72559693c3f73bbfb0b3 /utils | |
parent | 71df4aeddd3d0de93e96da0e77c5aca119fec37f (diff) |
corpus tools
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 6e0678de..bb067ed9 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -24,6 +24,7 @@ noinst_LIBRARIES = libutils.a libutils_a_SOURCES = \ alignment_pharaoh.cc \ b64tools.cc \ + corpus_tools.cc \ dict.cc \ tdict.cc \ fdict.cc \ |