summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2010-12-13 22:45:59 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2010-12-13 22:45:59 -0500
commit88de3a1909e4d66fbaf5e81228b9149aeda879a0 (patch)
tree6c685c361fcf6ada4ccb151b9b045a6b9ea70a0f
parente624824fb515d90d264a583eaa3fa00a8f6b6b51 (diff)
add build_binary tool
-rw-r--r--klm/lm/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/klm/lm/Makefile.am b/klm/lm/Makefile.am
index eb71c0f5..0fbabf1f 100644
--- a/klm/lm/Makefile.am
+++ b/klm/lm/Makefile.am
@@ -1,3 +1,8 @@
+bin_PROGRAMS = build_binary
+
+build_binary_SOURCES = build_binary.cc
+build_binary_LDADD = ../util/libklm_util.a libklm.a -lz
+
#noinst_PROGRAMS = \
# ngram_test
#TESTS = ngram_test