From e6a0ae5b5b86896458c2bccf66e45bfca5f2e396 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 26 Jun 2007 14:55:25 +0000 Subject: [PATCH] Update Win32 build git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5101 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/stored/Makefile | 1 + bacula/technotes-2.1 | 1 + 2 files changed, 2 insertions(+) diff --git a/bacula/src/win32/stored/Makefile b/bacula/src/win32/stored/Makefile index f0532f9972..de04715d51 100644 --- a/bacula/src/win32/stored/Makefile +++ b/bacula/src/win32/stored/Makefile @@ -39,6 +39,7 @@ COMMON_OBJS = \ $(OBJDIR)/dvd.o \ $(OBJDIR)/ebcdic.o \ $(OBJDIR)/label.o \ + $(OBJDIR)/lock.o \ $(OBJDIR)/match_bsr.o \ $(OBJDIR)/mount.o \ $(OBJDIR)/parse_bsr.o \ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 8da5e9fe6b..8426d3bd1a 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -4,6 +4,7 @@ General: 26Jun07 kes Move main SD locking code into lock.c (new file). +kes Update Win32 build to include lock.c Release 2.1.22 beta 26Jun07 -- 2.39.5