From 613ccc6ea2401e76099a97d3698f13b8ea283497 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 24 Jan 2010 08:36:21 +0000 Subject: Support building without gtest Now the only dependence is boost, which most modern linux distros have. --- vest/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'vest') diff --git a/vest/Makefile.am b/vest/Makefile.am index d7d08133..80ad7218 100644 --- a/vest/Makefile.am +++ b/vest/Makefile.am @@ -1,12 +1,16 @@ bin_PROGRAMS = \ mr_vest_map \ mr_vest_reduce \ - scorer_test \ - lo_test \ mr_vest_generate_mapper_input \ fast_score \ union_forests +if HAVE_GTEST +noinst_PROGRAMS = \ + scorer_test \ + lo_test +endif + union_forests_SOURCES = union_forests.cc union_forests_LDADD = $(top_srcdir)/decoder/libcdec.a -lz -- cgit v1.2.3