From 654632125bcab0d55fa65187ecccb6718dfa1562 Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 24 Nov 2004 13:07:37 +0000 Subject: [PATCH] added boost time lib to Makefile --- livesupport/modules/eventScheduler/etc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/livesupport/modules/eventScheduler/etc/Makefile.in b/livesupport/modules/eventScheduler/etc/Makefile.in index 36d897ced..fc37cae34 100644 --- a/livesupport/modules/eventScheduler/etc/Makefile.in +++ b/livesupport/modules/eventScheduler/etc/Makefile.in @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.3 $ +# Version : $Revision: 1.4 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/eventScheduler/etc/Makefile.in,v $ # # @configure_input@ @@ -101,6 +101,7 @@ TEST_RUNNER_OBJS = ${TMP_DIR}/TestScheduledEvent.o \ ${TMP_DIR}/EventSchedulerTest.o \ ${TMP_DIR}/TestRunner.o TEST_RUNNER_LIBS = -l${EVENT_SCHEDULER_LIB} -l${CORE_LIB} \ + -lboost_date_time-gcc \ -lxml++-1.0 -lcppunit -ldl