diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-20 00:59:55 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-20 00:59:55 -0500 |
commit | 0f9eae6d260ec1bd185fd4deff7b59539a51e4bc (patch) | |
tree | bd07d81bad55fad9246e6f89d2f6e80ab81f85e4 /training/dpmert/Makefile.am | |
parent | 9e47c2cf7f04f95a6843893b0a757bbb53a67ef1 (diff) |
make sure distribution contains all required scripts
Diffstat (limited to 'training/dpmert/Makefile.am')
-rw-r--r-- | training/dpmert/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/dpmert/Makefile.am b/training/dpmert/Makefile.am index cba3e30f..b85bb275 100644 --- a/training/dpmert/Makefile.am +++ b/training/dpmert/Makefile.am @@ -22,6 +22,6 @@ mr_dpmert_reduce_LDADD = ../../decoder/libcdec.a ../../mteval/libmteval.a ../../ lo_test_SOURCES = lo_test.cc ces.cc mert_geometry.cc error_surface.cc line_optimizer.cc ces.h error_surface.h line_optimizer.h mert_geometry.h lo_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) ../../decoder/libcdec.a ../../mteval/libmteval.a ../../utils/libutils.a -EXTRA_DIST = test_data +EXTRA_DIST = test_data dpmert.pl AM_CPPFLAGS = -DTEST_DATA=\"$(top_srcdir)/training/dpmert/test_data\" -DBOOST_TEST_DYN_LINK -W -Wall -Wno-sign-compare -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval |