From 69d9ee7a0f013a6458db7a6fcd89d91b412cc768 Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 25 May 2000 07:23:24 +0000 Subject: [PATCH] Oops, corrected error in adding t-eoExternalEO --- eo/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 604922de..5205b876 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -171,7 +171,7 @@ t_eoCheckpointing_LDADD = $(LDADDS) ############################################################################### -t_eoExternalEO_SOURCES = t-eoCheckpointing.cpp +t_eoExternalEO_SOURCES = t-eoExternalEO.cpp t_eoExternalEO_DEPENDENCIES = $(DEPS) t_eoExternalEO_LDFLAGS = -lm t_eoExternalEO_LDADD = $(LDADDS)