diff options
Diffstat (limited to 'klm/search/Makefile.am')
-rw-r--r-- | klm/search/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/klm/search/Makefile.am b/klm/search/Makefile.am deleted file mode 100644 index b7f01c24..00000000 --- a/klm/search/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -noinst_LIBRARIES = libksearch.a - -libksearch_a_SOURCES = \ - applied.hh \ - config.hh \ - context.hh \ - dedupe.hh \ - edge.hh \ - edge_generator.cc \ - edge_generator.hh \ - header.hh \ - nbest.cc \ - nbest.hh \ - rule.cc \ - rule.hh \ - types.hh \ - vertex.cc \ - vertex.hh \ - vertex_generator.hh - -AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I.. - |