summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-09-13 20:16:17 +0100
committerChris Dyer <cdyer@cs.cmu.edu>2011-09-13 20:16:17 +0100
commit4d87d0edc375a9a7bedddb22d075b6484daf0bf6 (patch)
tree469117af1d190e0f335312ca03d761269bc2916f /utils/Makefile.am
parentddc38ce211d4b38f66e56dfa072856a4e9de2c17 (diff)
tool to reconstruct text weights from a hash function, key file, and (binary) weights file
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index c50747bf..df667655 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,3 +1,6 @@
+
+bin_PROGRAMS = reconstruct_weights
+
noinst_PROGRAMS = ts phmt
TESTS = ts phmt
@@ -11,6 +14,8 @@ noinst_PROGRAMS += \
TESTS += small_vector_test logval_test weights_test dict_test
endif
+reconstruct_weights_SOURCES = reconstruct_weights.cc
+
noinst_LIBRARIES = libutils.a
libutils_a_SOURCES = \