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 | be7f57fdd484e063775d7abf083b9fa4c403b610 (patch) | |
tree | c6e5ad6b0c5a00f7c6df2352c09c145e2fa9dea4 /configure.ac | |
parent | d3fa97575ddfe1a91b13a407ade5f86bd305b2e0 (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]) |