summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-11-25 23:24:42 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-11-25 23:24:42 +0000
commit0febed366e6c3fedd288bc1bddfcd65f247cab81 (patch)
tree5dbe0c5763994aa9d12c5092a9c1b39d87e16540 /decoder/Makefile.am
parentbd6fef61505b19989cc327620632e8e7efda2e6e (diff)
parentb6c44f82ffca74cc38cf6039ac9ab3c2c66fd5d6 (diff)
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am
index 8280b22c..b735756d 100644
--- a/decoder/Makefile.am
+++ b/decoder/Makefile.am
@@ -32,13 +32,8 @@ EXTRA_DIST = test_data rule_lexer.ll
libcdec_a_SOURCES = \
JSON_parser.h \
aligner.h \
- apply_fsa_models.h \
apply_models.h \
bottom_up_parser.h \
- cfg.h \
- cfg_binarize.h \
- cfg_format.h \
- cfg_options.h \
csplit.h \
decoder.h \
earley_composer.h \
@@ -74,7 +69,6 @@ libcdec_a_SOURCES = \
freqdict.h \
grammar.h \
hg.h \
- hg_cfg.h \
hg_intersect.h \
hg_io.h \
hg_remove_eps.h \
@@ -105,7 +99,6 @@ libcdec_a_SOURCES = \
bottom_up_parser.cc \
cdec.cc \
cdec_ff.cc \
- cfg.cc \
csplit.cc \
decoder.cc \
earley_composer.cc \