From a4009dee15c84cc3f5108f8148a51bbf2a4e8642 Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 10 Aug 2000 16:41:04 +0000 Subject: [PATCH] Added binary_value.h --- 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 fe7fd983..81eadf58 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -30,7 +30,7 @@ t_eofitness_LDADD = $(LDADDS) ############################################################################### -t_eobin_SOURCES = t-eobin.cpp +t_eobin_SOURCES = t-eobin.cpp binary_value.h t_eobin_DEPENDENCIES = $(DEPS) t_eobin_LDADD = $(LDADDS)