Skip to content

Commit

Permalink
Fix windows build for new configure cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jan 16, 2015
1 parent 9a53c8c commit d524173
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/win32/dird/Makefile
Expand Up @@ -39,11 +39,11 @@ SVRSRCS = admin.c authenticate.c autoprune.c backup.c bsr.c catreq.c \
inc_conf.c job.c jobq.c migrate.c mountreq.c msgchan.c \
ndmp_dma.c newvol.c next_vol.c quota.c recycle.c restore.c \
run_conf.c sd_cmds.c scheduler.c socket_server.c stats.c \
ua_acl.c ua_audit.c ua_cmds.c ua_dotcmds.c ua_input.c \
ua_impexp.c ua_label.c ua_output.c ua_prune.c ua_purge.c \
ua_query.c ua_restore.c ua_run.c ua_select.c ua_server.c \
ua_status.c ua_tree.c ua_update.c vbackup.c verify.c \
service.c main.c
ua_acl.c ua_audit.c ua_cmds.c ua_configure.c ua_dotcmds.c \
ua_input.c ua_impexp.c ua_label.c ua_output.c ua_prune.c \
ua_purge.c ua_query.c ua_restore.c ua_run.c ua_select.c \
ua_server.c ua_status.c ua_tree.c ua_update.c vbackup.c \
verify.c service.c main.c
SVROBJS = $(SVRSRCS:.c=.o)

DBCHKSRCS = dbcheck.c dird_conf.c ua_acl.c ua_audit.c run_conf.c inc_conf.c
Expand Down

0 comments on commit d524173

Please sign in to comment.