From ff057c799abcfd2d55643f41f0b81f9884c1f52b Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 14 Jun 2000 07:30:21 +0000 Subject: [PATCH] Removed double reference to t-eoESFull --- eo/test/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 4bb21359d..4ba436920 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -57,10 +57,10 @@ t_eoAtomOps_LDADD = $(LDADDS) ############################################################################### -#t_eoESFull_SOURCES = t-eoESFull.cpp real_value.h -#t_eoESFull_DEPENDENCIES = $(DEPS) -#t_eoESFull_LDFLAGS = -lm -#t_eoESFull_LDADD = $(LDADDS) +t_eoESFull_SOURCES = t-eoESFull.cpp real_value.h +t_eoESFull_DEPENDENCIES = $(DEPS) +t_eoESFull_LDFLAGS = -lm +t_eoESFull_LDADD = $(LDADDS) ###############################################################################