diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-12 16:30:02 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-12 16:30:02 -0400 |
commit | 8c0e4a5c1f168a419b3a236a94815c97164bddbc (patch) | |
tree | 177b7cd332482f779f04945fea8325a00e9cfa54 /utils/Makefile.am | |
parent | d88186af251ecae60974b20395ce75807bfdda35 (diff) |
Cherry picked Mr.MIRA compatibility mode code
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 727fa8a5..64f6d433 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -22,6 +22,7 @@ libutils_a_SOURCES = \ alias_sampler.h \ alignment_io.h \ array2d.h \ + b64featvector.h \ b64tools.h \ batched_append.h \ city.h \ @@ -70,6 +71,7 @@ libutils_a_SOURCES = \ fast_lexical_cast.hpp \ intrusive_refcount.hpp \ alignment_io.cc \ + b64featvector.cc \ b64tools.cc \ corpus_tools.cc \ dict.cc \ @@ -117,4 +119,3 @@ stringlib_test_LDADD = libutils.a $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) $(BOOST_U # do NOT NOT NOT add any other -I includes NO NO NO NO NO ###### AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wall -I. -I$(top_srcdir) -DTEST_DATA=\"$(top_srcdir)/utils/test_data\" ################################################################ - |