summaryrefslogtreecommitdiff
path: root/klm
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-06-24 23:35:18 -0400
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-06-24 23:35:18 -0400
commiteed7024bfa6d92e669bee0ec5c5e38a7b238a2f6 (patch)
tree5020cf53491fbfe3afa85fd28e4ed12e7858298b /klm
parent15cbad322cffd1aaa50a380b5fcee04e159423cd (diff)
fix deps
Diffstat (limited to 'klm')
-rw-r--r--klm/search/Makefile.am18
1 files changed, 15 insertions, 3 deletions
diff --git a/klm/search/Makefile.am b/klm/search/Makefile.am
index b8c8a050..b7f01c24 100644
--- a/klm/search/Makefile.am
+++ b/klm/search/Makefile.am
@@ -1,10 +1,22 @@
noinst_LIBRARIES = libksearch.a
libksearch_a_SOURCES = \
+ applied.hh \
+ config.hh \
+ context.hh \
+ dedupe.hh \
+ edge.hh \
edge_generator.cc \
- nbest.cc \
+ edge_generator.hh \
+ header.hh \
+ nbest.cc \
+ nbest.hh \
rule.cc \
- vertex.cc
+ rule.hh \
+ types.hh \
+ vertex.cc \
+ vertex.hh \
+ vertex_generator.hh
-AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I..
+AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I..