diff options
author | Guest_account Guest_account prguest11 <prguest11@taipan.cs> | 2011-09-28 16:21:20 +0100 |
---|---|---|
committer | Guest_account Guest_account prguest11 <prguest11@taipan.cs> | 2011-09-28 16:21:20 +0100 |
commit | 09278065247830c1c9be88c45a60a5a8017f8e9c (patch) | |
tree | 62012e3cb699bfc3742b2a5f7c7e4f9dd0f5e9b7 | |
parent | b77d23a3032f42be3705e88ae1734bae779fb9a3 (diff) |
fix
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e9cc36d..dd151076 100644 --- a/configure.ac +++ b/configure.ac @@ -113,4 +113,5 @@ then AM_CONDITIONAL([GLC], true) fi -AC_OUTPUT(Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile phrasinator/Makefile training/Makefile vest/Makefile pro-train/Makefile klm/util/Makefile klm/lm/Makefile mira/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile gi/cbgi/Makefile gi/ml/Makefile) +AC_OUTPUT(Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile phrasinator/Makefile training/Makefile vest/Makefile pro-train/Makefile klm/util/Makefile klm/lm/Makefile mira/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile) +# gi/cbgi/Makefile gi/ml/Makefile) |