summaryrefslogtreecommitdiff
path: root/klm/lm/Makefile.am
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-10-18 23:31:31 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-10-18 23:31:31 +0000
commit4417ddc9f73fb2222194ba5058cdcc35cf724328 (patch)
treea0ef252dac25be9e50462be4269a37db2dacca73 /klm/lm/Makefile.am
parentde379496ee411993dff94e52f393f6e19437a204 (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.am13
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..