summaryrefslogtreecommitdiff
path: root/klm/search/Makefile.am
blob: b7f01c241fe90ae12d0dc87b4570c042de6ae52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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..