diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-06-25 22:14:22 +0100 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-06-25 22:14:22 +0100 |
commit | 6d160399846c90d488250b2b7f01a83f7e53e54a (patch) | |
tree | 8b3b01b2f3ff8528ab549fd80f878797fb443f6d /klm/search/Makefile.am | |
parent | b42f943abbb2e3e85167f5909fc583de26371de4 (diff) | |
parent | 6fc88f93ef4d23bb94263599b8d0e37ea470ae06 (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'klm/search/Makefile.am')
-rw-r--r-- | klm/search/Makefile.am | 18 |
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.. |