diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-10-18 23:31:31 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-10-18 23:31:31 +0000 |
commit | 6f95b5bf05c13ee0ced81eb59751b530fbcc8189 (patch) | |
tree | 6121861dcf80a03cbc856191d2efb725b1765be7 /klm/lm/Makefile.am | |
parent | e0ef743090038ee02d656cee11debd2246624ba0 (diff) |
fix klm build
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@682 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'klm/lm/Makefile.am')
-rw-r--r-- | klm/lm/Makefile.am | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/klm/lm/Makefile.am b/klm/lm/Makefile.am index a0c49eb4..48f9889e 100644 --- a/klm/lm/Makefile.am +++ b/klm/lm/Makefile.am @@ -1,8 +1,8 @@ -if HAVE_GTEST -noinst_PROGRAMS = \ - ngram_test -TESTS = ngram_test -endif +#noinst_PROGRAMS = \ +# ngram_test +#TESTS = ngram_test +#ngram_test_SOURCES = ngram_test.cc +#ngram_test_LDADD = ../util/libklm_util.a noinst_LIBRARIES = libklm.a @@ -13,8 +13,5 @@ libklm_a_SOURCES = \ ngram_query.cc \ virtual_interface.cc -ngram_test_SOURCES = ngram_test.cc -ngram_test_LDADD = ../util/libklm_util.a - AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I.. |