From: Kern Sibbald Date: Thu, 13 Dec 2018 14:15:43 +0000 (+0100) Subject: win32: update build to add worm support X-Git-Tag: Release-9.4.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3adefc125c4778ef731282d9910b81f9076064;p=thirdparty%2Fbacula.git win32: update build to add worm support --- diff --git a/bacula/src/win32/stored/Makefile b/bacula/src/win32/stored/Makefile index 26f9409b5..0cb06af91 100644 --- a/bacula/src/win32/stored/Makefile +++ b/bacula/src/win32/stored/Makefile @@ -39,6 +39,7 @@ vpath %.cpp $(MAINDIR)/src/stored $(BUILDDIR)/libwin32 COMMON_OBJS = \ $(OBJDIR)/askdir.o \ $(OBJDIR)/tape_alert.o \ + $(OBJDIR)/tape_worm.o \ $(OBJDIR)/vtape_dev.o \ $(OBJDIR)/tape_dev.o \ $(OBJDIR)/init_dev.o \