X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2FMakefile.in;h=068deac2f4f6ba3d3c88aa492eea4e5b1321a01c;hb=3f8a3a045ea058657030f588a10f786449d00e0d;hp=96e9cb18f3a3c7d7287273d0024342ab2727948e;hpb=9d245878c8e8788f7ca7810d9d91bb25a985c8ad;p=bacula%2Fbacula diff --git a/bacula/src/dird/Makefile.in b/bacula/src/dird/Makefile.in index 96e9cb18f3..068deac2f4 100644 --- a/bacula/src/dird/Makefile.in +++ b/bacula/src/dird/Makefile.in @@ -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