From 1fb9e6ceb7110833508088e9d8e16b76294358bf Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 31 Mar 2000 10:14:15 +0000 Subject: [PATCH] Added checkpointing to the makefile, but have to test it later on a Linux box --- eo/src/utils/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/utils/Makefile.am b/eo/src/utils/Makefile.am index 2a474e01..1be8edc0 100644 --- a/eo/src/utils/Makefile.am +++ b/eo/src/utils/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_builddir)/src lib_LIBRARIES = libeoutils.a -libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp +libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp eoUpdater.cpp eoFileMonitor.cpp libeoincdir = $(includedir)/eo/utils -libeoinc_HEADERS = compatibility.h eoParam.h eoRNG.h rnd_generators.h eoData.h eoParser.h eoState.h selectors.h +libeoinc_HEADERS = compatibility.h eoParam.h eoRNG.h rnd_generators.h eoData.h eoParser.h eoState.h selectors.h eoStat.h eoMonitor.h eoFileMonitor.h