summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-12-11 18:52:08 -0500
committerWu, Ke <wuke@cs.umd.edu>2014-12-11 18:52:08 -0500
commit1a93e0e464b0dbaf89bd00c8d1b5da2249bdc886 (patch)
tree9324bc3d5ea7be2332566ff8778041e240760314 /decoder/Makefile.am
parent79aa8729182d7ac2c899346f664771f08b7ce451 (diff)
parentb1e5513ab3012fa58713a64710a641f42161f9d5 (diff)
Merge branch 'const_reorder_no_state' into const_reorder_2
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am
index e46a7120..f791b3cc 100644
--- a/decoder/Makefile.am
+++ b/decoder/Makefile.am
@@ -45,6 +45,8 @@ libcdec_a_SOURCES = \
ff_basic.h \
ff_bleu.h \
ff_charset.h \
+ ff_const_reorder_common.h \
+ ff_const_reorder.h \
ff_context.h \
ff_csplit.h \
ff_external.h \
@@ -111,6 +113,7 @@ libcdec_a_SOURCES = \
ff_bleu.cc \
ff_charset.cc \
ff_context.cc \
+ ff_const_reorder.cc \
ff_csplit.cc \
ff_external.cc \
ff_factory.cc \