]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/Makefile.in
Fix problem of accents with new Win32 code.
[bacula/bacula] / bacula / src / dird / Makefile.in
index 96e9cb18f3a3c7d7287273d0024342ab2727948e..068deac2f4f6ba3d3c88aa492eea4e5b1321a01c 100644 (file)
@@ -34,7 +34,7 @@ SVRSRCS = dird.c admin.c authenticate.c \
          autoprune.c backup.c bsr.c \
          catreq.c dird_conf.c expand.c \
          fd_cmds.c getmsg.c inc_conf.c job.c \
-         jobq.c mac.c \
+         jobq.c migrate.c \
          mountreq.c msgchan.c next_vol.c newvol.c \
          pythondir.c \
          recycle.c restore.c run_conf.c \
@@ -49,7 +49,7 @@ SVROBJS = dird.o admin.o authenticate.o \
          autoprune.o backup.o bsr.o \
          catreq.o dird_conf.o expand.o \
          fd_cmds.o getmsg.o inc_conf.o job.o \
-         jobq.o mac.o \
+         jobq.o migrate.o \
          mountreq.o msgchan.o next_vol.o newvol.o \
          pythondir.o \
          recycle.o restore.o run_conf.o \
@@ -101,7 +101,7 @@ realclean: clean
 
 distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
-       (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)
+       (cd $(srcdir); $(RMF) Makefile)
 
 devclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi