From: Eric Bollengier Date: Mon, 8 Feb 2021 13:46:12 +0000 (+0100) Subject: Fix windows compilation X-Git-Tag: Release-11.3.2~594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=892dbd1f8bfba3b22a436ec8b6aeb2ae2cf7ae0c;p=thirdparty%2Fbacula.git Fix windows compilation --- diff --git a/bacula/src/win32/lib/Makefile b/bacula/src/win32/lib/Makefile index 1a90863b8..1741fa850 100644 --- a/bacula/src/win32/lib/Makefile +++ b/bacula/src/win32/lib/Makefile @@ -53,6 +53,7 @@ FIND_OBJS = \ LIB_OBJS = \ $(OBJDIR)/address_conf.o \ $(OBJDIR)/alist.o \ + $(OBJDIR)/ilist.o \ $(OBJDIR)/attr.o \ $(OBJDIR)/base64.o \ $(OBJDIR)/berrno.o \