From 5406f5da44633f8be51b49b768458024e588f8dd Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 27 Apr 2008 20:45:35 +0000 Subject: [PATCH] ebl Tweak for new accurate.c file git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6845 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/filed/Makefile.in b/bacula/src/filed/Makefile.in index 5ee629842b..2e7304319c 100644 --- a/bacula/src/filed/Makefile.in +++ b/bacula/src/filed/Makefile.in @@ -29,11 +29,11 @@ dummy: # SVRSRCS = filed.c authenticate.c acl.c backup.c estimate.c \ - fd_plugins.c \ + fd_plugins.c accurate.c \ filed_conf.c heartbeat.c job.c pythonfd.c \ restore.c status.c verify.c verify_vol.c SVROBJS = filed.o authenticate.o acl.o backup.o estimate.o \ - fd_plugins.o \ + fd_plugins.o accurate.o \ filed_conf.o heartbeat.o job.o pythonfd.o \ restore.o status.o verify.o verify_vol.o -- 2.39.5