diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index e022db38..b0aca05d 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -13,7 +13,7 @@ LDADDS = $(top_builddir)/src/libeo.a ############################################################################### -noinst_PROGRAMS = t-eogeneration t-eobreeder t-eoinclusion t-eoinsertion t-eo t-eofitness t-eoproblem t-eobin t-eolottery +noinst_PROGRAMS = t-eobreeder t-eoinclusion t-eoinsertion t-eo t-eofitness t-eoproblem t-eobin t-eolottery t-eo2dVector t-eogeneration ############################################################################### @@ -74,3 +74,10 @@ t_eolottery_LDFLAGS = -lm t_eolottery_LDADD = $(LDADDS) ############################################################################### + +t_eo2dVector_SOURCES = t-eo2dVector.cc +t_eo2dVector_DEPENDENCIES = $(DEPS) +t_eo2dVector_LDFLAGS = -lm +t_eo2dVector_LDADD = $(LDADDS) + +###############################################################################