diff options
author | Chris Dyer <redpony@gmail.com> | 2009-12-03 17:15:37 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2009-12-03 17:15:37 -0500 |
commit | d217901e91943e9295973499ccee07ec4341ede5 (patch) | |
tree | 116561c0b58d7c791d97f6df88ca0fa85fb252d7 /configure.ac | |
parent | 178fe1cd5d2463458370e6fadc076b7229818774 (diff) |
small fixes, learning to use git...
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 76307998..c18342b3 100644 --- a/configure.ac +++ b/configure.ac @@ -42,5 +42,5 @@ then AM_CONDITIONAL([SRI_LM], true) fi -AC_OUTPUT(Makefile src/Makefile vest/Makefile) +AC_OUTPUT(Makefile src/Makefile training/Makefile vest/Makefile) |