diff options
author | Avneesh <avneesh@cmu.edu> | 2012-09-28 11:22:55 -0700 |
---|---|---|
committer | Avneesh <avneesh@cmu.edu> | 2012-09-28 11:22:55 -0700 |
commit | 2389a5a8a43dda87c355579838559515b0428421 (patch) | |
tree | 9c8815c7c3bb6de8f5695e664d68be01b3ad21a2 /configure.ac | |
parent | a95dc528678ef59d8c970d6eb16a581ec58f2539 (diff) |
latent SSVM code, new Makefile.am and configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ea9e84fb..dc68ab77 100644 --- a/configure.ac +++ b/configure.ac @@ -124,6 +124,7 @@ AC_CONFIG_FILES([minrisk/Makefile]) AC_CONFIG_FILES([klm/util/Makefile]) AC_CONFIG_FILES([klm/lm/Makefile]) AC_CONFIG_FILES([mira/Makefile]) +AC_CONFIG_FILES([latent_svm/Makefile]) AC_CONFIG_FILES([dtrain/Makefile]) AC_CONFIG_FILES([gi/pyp-topics/src/Makefile]) AC_CONFIG_FILES([gi/clda/src/Makefile]) |