diff options
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.. |