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
commit19147c5f45b40eac1e0ae1bc8bc8ccf90d1ea56c (patch)
tree36cb3175a60cd2bebf711ca3ec61fcd2dbec8760 /rst_parser/Makefile.am
parent8b7872d6e72ad87cdc8411b0deff92ff9b4c2a95 (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