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/pro | |
parent | 9e47c2cf7f04f95a6843893b0a757bbb53a67ef1 (diff) |
make sure distribution contains all required scripts
Diffstat (limited to 'training/pro')
-rw-r--r-- | training/pro/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/training/pro/Makefile.am b/training/pro/Makefile.am index 93889f34..09364804 100644 --- a/training/pro/Makefile.am +++ b/training/pro/Makefile.am @@ -8,4 +8,6 @@ mr_pro_map_LDADD = ../../training/utils/libtraining_utils.a ../../decoder/libcde mr_pro_reduce_SOURCES = mr_pro_reduce.cc mr_pro_reduce_LDADD = ../../training/liblbfgs/liblbfgs.a ../../utils/libutils.a +EXTRA_DIST = mr_pro_generate_mapper_input.pl pro.pl + AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval -I$(top_srcdir)/training/utils -I$(top_srcdir)/training |