diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-05-03 21:35:24 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-05-03 21:35:24 -0400 |
commit | 6c34ae3d2eff68491b81670f20b7be6d677cea72 (patch) | |
tree | 73bc59c7646baec39ac54496d61c68e4c248988f | |
parent | 7c7604c4fbbedc4db977b3ad15ac6a47aa7044f2 (diff) |
configure for mira
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da66c3fb..db2b4afc 100644 --- a/configure.ac +++ b/configure.ac @@ -92,4 +92,4 @@ then AM_CONDITIONAL([GLC], true) fi -AC_OUTPUT(Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile phrasinator/Makefile training/Makefile vest/Makefile klm/util/Makefile klm/lm/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile) +AC_OUTPUT(Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile phrasinator/Makefile training/Makefile vest/Makefile klm/util/Makefile klm/lm/Makefile mira/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile) |