summaryrefslogtreecommitdiff
path: root/klm/search/Makefile.am
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-12-14 12:39:04 -0800
committerKenneth Heafield <github@kheafield.com>2012-12-14 12:39:04 -0800
commit5d42134cc676278189b0f77708908542fbb5ccc9 (patch)
treeab55a95ae3b38095467733323e7162578b308164 /klm/search/Makefile.am
parent212decb4382b84c2370c369b0507a5534399aa56 (diff)
Updated incremental, updated kenlm. Incremental assumes <s>
Diffstat (limited to 'klm/search/Makefile.am')
-rw-r--r--klm/search/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/klm/search/Makefile.am b/klm/search/Makefile.am
index ccc5b7f6..5aea33c2 100644
--- a/klm/search/Makefile.am
+++ b/klm/search/Makefile.am
@@ -2,10 +2,10 @@ noinst_LIBRARIES = libksearch.a
libksearch_a_SOURCES = \
edge_generator.cc \
+ nbest.cc \
rule.cc \
vertex.cc \
- vertex_generator.cc \
- weights.cc
+ vertex_generator.cc
AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I..