diff options
Diffstat (limited to 'vest')
| -rw-r--r-- | vest/Makefile.am | 8 | 
1 files changed, 6 insertions, 2 deletions
| 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 | 
