From f3469e41d34633fb02027a20547e8425f5c9f2a1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 20 May 2008 13:44:48 +0000 Subject: [PATCH] Add accurate.o to Win32 FD Makefile git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6996 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/filed/Makefile | 1 + bacula/technotes-2.3 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/bacula/src/win32/filed/Makefile b/bacula/src/win32/filed/Makefile index 38f2ecb340..406f3e8850 100644 --- a/bacula/src/win32/filed/Makefile +++ b/bacula/src/win32/filed/Makefile @@ -29,6 +29,7 @@ vpath %.cpp ../../filed ../libwin32 ########################################################################## FILED_OBJS = \ + $(OBJDIR)/accurate.o \ $(OBJDIR)/authenticate.o \ $(OBJDIR)/backup.o \ $(OBJDIR)/estimate.o \ diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index b5d549ff8a..3b99ba77c0 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -24,6 +24,8 @@ Add long term statistics job table General: +20May08 +kes Add accurate.o to Win32 FD Makefile 19May08 kes Fix cats dll build on Win32 after db_update_job_end_record calling sequence change. -- 2.39.5