Skip to content

Commit

Permalink
file job.c is no more
Browse files Browse the repository at this point in the history
Adapted makefile to correctly build.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent d00f7b5 commit 46cbc0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/win32/filed/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 46cbc0e

Please sign in to comment.