From 1b5c5894f765edecbc22200844946e811c58ae83 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Sat, 4 May 2013 21:15:07 +0200 Subject: [PATCH] file job.c is no more Adapted makefile to correctly build. Signed-off-by: Marco van Wieringen --- src/win32/filed/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/win32/filed/Makefile b/src/win32/filed/Makefile index 8ce8fea6cb9..e359c817c1b 100644 --- a/src/win32/filed/Makefile +++ b/src/win32/filed/Makefile @@ -31,10 +31,11 @@ LDLIBS = ../lib/libbareos.a \ $(WINSOCKLIB) -lole32 -loleaut32 -luuid -lcomctl32 SVRSRCS = accurate.c authenticate.c backup.c compression.c \ - crypto.c estimate.c fd_plugins.c filed_conf.c filed.c \ - fileset.c heartbeat.c job.c restore.c status.c verify.c \ + crypto.c dir_cmd.c estimate.c fd_plugins.c filed_conf.c \ + filed.c fileset.c heartbeat.c restore.c sd_cmds.c status.c verify.c \ verify_vol.c vss.c vss_XP.c vss_W2K3.c vss_Vista.c \ service.c main.c + SVROBJS = $(SVRSRCS:.c=.o) all: bareos-fd.exe