diff options
author | Chris Dyer <redpony@gmail.com> | 2010-01-24 08:36:21 +0000 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2010-01-24 08:36:21 +0000 |
commit | 613ccc6ea2401e76099a97d3698f13b8ea283497 (patch) | |
tree | 5d0c3af86e3986f033ce23fbfb445fb19f0097f1 /training/Makefile.am | |
parent | a216521744cd4bf1c9935d99c5e53e4198301b57 (diff) |
Support building without gtest
Now the only dependence is boost, which most modern linux distros have.
Diffstat (limited to 'training/Makefile.am')
-rw-r--r-- | training/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/training/Makefile.am b/training/Makefile.am index 944c75f7..b44812e7 100644 --- a/training/Makefile.am +++ b/training/Makefile.am @@ -4,9 +4,11 @@ bin_PROGRAMS = \ grammar_convert \ atools \ plftools \ - lbfgs_test \ mr_em_train \ - collapse_weights \ + collapse_weights + +noinst_PROGRAMS = \ + lbfgs_test \ optimize_test atools_SOURCES = atools.cc |