diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-08 15:44:45 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-08 15:44:45 -0500 |
commit | 2538c4052e844ebf6f5615becd087f2d6658c587 (patch) | |
tree | f599271caba95b7ee1239d17e0ac122290e61c1c /word-aligner/Makefile.am | |
parent | f6ce733312648a3dfce070cc571794e70a12881c (diff) |
add header files to sources to create correct distributions
Diffstat (limited to 'word-aligner/Makefile.am')
-rw-r--r-- | word-aligner/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/word-aligner/Makefile.am b/word-aligner/Makefile.am index 2dcb688e..e274b209 100644 --- a/word-aligner/Makefile.am +++ b/word-aligner/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = fast_align -fast_align_SOURCES = fast_align.cc ttables.cc +fast_align_SOURCES = fast_align.cc ttables.cc da.h ttables.h fast_align_LDADD = $(top_srcdir)/utils/libutils.a AM_CPPFLAGS = -W -Wall $(GTEST_CPPFLAGS) -I$(top_srcdir)/utils -I$(top_srcdir)/training |