From: Kern Sibbald Date: Thu, 9 Jan 2020 16:22:03 +0000 (+0100) Subject: Win32: update Windows build to including needed collector files X-Git-Tag: Release-9.6.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e164f3403f7299f3ebd11bbb54b7dcac9bb579;p=thirdparty%2Fbacula.git Win32: update Windows build to including needed collector files --- diff --git a/bacula/src/win32/dird/Makefile b/bacula/src/win32/dird/Makefile index 5febebc01..51231c1ef 100644 --- a/bacula/src/win32/dird/Makefile +++ b/bacula/src/win32/dird/Makefile @@ -57,6 +57,7 @@ DIRD_OBJS = \ $(OBJDIR)/ua_acl.o \ $(OBJDIR)/ua_cmds.o \ $(OBJDIR)/ua_dotcmds.o \ + $(OBJDIR)/ua_collect.o \ $(OBJDIR)/ua_input.o \ $(OBJDIR)/ua_label.o \ $(OBJDIR)/ua_output.o \ diff --git a/bacula/src/win32/filed/Makefile b/bacula/src/win32/filed/Makefile index 093f0657e..3b672c9e1 100644 --- a/bacula/src/win32/filed/Makefile +++ b/bacula/src/win32/filed/Makefile @@ -44,6 +44,7 @@ FILED_OBJS = \ $(OBJDIR)/authenticate.o \ $(OBJDIR)/backup.o \ $(OBJDIR)/crypto.o \ + $(OBJDIR)/fdcollect.o \ $(OBJDIR)/win_efs.o \ $(OBJDIR)/estimate.o \ $(OBJDIR)/fd_plugins.o \ diff --git a/bacula/src/win32/lib/Makefile b/bacula/src/win32/lib/Makefile index 874097058..462a2754b 100644 --- a/bacula/src/win32/lib/Makefile +++ b/bacula/src/win32/lib/Makefile @@ -61,6 +61,9 @@ LIB_OBJS = \ $(OBJDIR)/bregex.o \ $(OBJDIR)/bsock.o \ $(OBJDIR)/bsockcore.o \ + $(OBJDIR)/bstat.o \ + $(OBJDIR)/bcollector.o \ + $(OBJDIR)/collect.o \ $(OBJDIR)/bsnprintf.o \ $(OBJDIR)/bsys.o \ $(OBJDIR)/btime.o \ diff --git a/bacula/src/win32/stored/Makefile b/bacula/src/win32/stored/Makefile index 0cb06af91..f5d46d60d 100644 --- a/bacula/src/win32/stored/Makefile +++ b/bacula/src/win32/stored/Makefile @@ -83,6 +83,7 @@ COMMON_OBJS = \ # bacula-sd SD_OBJS = \ + $(OBJDIR)/sdcollect.o \ $(OBJDIR)/stored.o \ $(OBJDIR)/append.o \ $(OBJDIR)/dircmd.o \