summaryrefslogtreecommitdiff
path: root/rst_parser/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-14 01:52:14 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-14 01:52:14 -0400
commitc22e9248a1fa24b0255a55d21afb94a9ed3ddc22 (patch)
tree8d6fc97f4e41bf78397c48f8f479a74b75a1b602 /rst_parser/Makefile.am
parentc294227a928672bf108eed81106063a194c872ca (diff)
matrix tree theorem stuff
Diffstat (limited to 'rst_parser/Makefile.am')
-rw-r--r--rst_parser/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rst_parser/Makefile.am b/rst_parser/Makefile.am
index e97ab5c5..b61a20dd 100644
--- a/rst_parser/Makefile.am
+++ b/rst_parser/Makefile.am
@@ -8,7 +8,7 @@ TESTS = rst_test
noinst_LIBRARIES = librst.a
-librst_a_SOURCES = arc_factored.cc rst.cc
+librst_a_SOURCES = arc_factored.cc arc_factored_marginals.cc rst.cc
mst_train_SOURCES = mst_train.cc
mst_train_LDADD = librst.a $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/mteval/libmteval.a $(top_srcdir)/utils/libutils.a ../klm/lm/libklm.a ../klm/util/libklm_util.a -lz