From f395b6d93e1decc1a8cb9c74a8b9f97717c1534e Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 1 Oct 1999 17:00:02 +0000 Subject: [PATCH] Updating Makefile.am to compile t-eo2dVector.h --- eo/test/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) + +###############################################################################