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 | 41bc60a856dc2d0bf9659b443c0cd03be8016db7 (patch) | |
tree | 9c3c75010ec0ba5faef6c0356ef8f6433d8a0d35 /word-aligner | |
parent | 5b5fd62f6fae315e3be55c54984d3385858e034e (diff) |
add header files to sources to create correct distributions
Diffstat (limited to 'word-aligner')
-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 |