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 /configure.ac | |
parent | e0ef743090038ee02d656cee11debd2246624ba0 (diff) |
fix klm build
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@682 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d143f33d..51583c81 100644 --- a/configure.ac +++ b/configure.ac @@ -86,4 +86,4 @@ then AM_CONDITIONAL([RAND_LM], true) fi -AC_OUTPUT(Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile training/Makefile vest/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile) +AC_OUTPUT(Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile training/Makefile vest/Makefile klm/util/Makefile klm/lm/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile) |