X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2FMakefile.in;h=c2ecac92c3385aca11e01e9765f843a9fd4495ce;hb=b8b2ed2a6db4fb8436647d438185a364951375fc;hp=299cf2c663b4423d7e34561068893eb45443ba9a;hpb=b9f3f7b83102ae1ef9a018d248cf91c42727433b;p=bacula%2Fbacula diff --git a/bacula/src/dird/Makefile.in b/bacula/src/dird/Makefile.in index 299cf2c663..c2ecac92c3 100644 --- a/bacula/src/dird/Makefile.in +++ b/bacula/src/dird/Makefile.in @@ -29,8 +29,8 @@ SVRSRCS = dird.c admin.c authenticate.c \ jobq.c mountreq.c msgchan.c next_vol.c newvol.c \ recycle.c restore.c run_conf.c \ scheduler.c sql_cmds.c \ - ua_cmds.c ua_dotcmds.c \ - ua_query.c ua_retention.c \ + ua_acl.c ua_cmds.c ua_dotcmds.c \ + ua_query.c \ ua_input.c ua_label.c ua_output.c ua_prune.c \ ua_purge.c ua_restore.c ua_run.c \ ua_select.c ua_server.c \ @@ -42,8 +42,8 @@ SVROBJS = dird.o admin.o authenticate.o \ jobq.o mountreq.o msgchan.o next_vol.o newvol.o \ recycle.o restore.o run_conf.o \ scheduler.o sql_cmds.o \ - ua_cmds.o ua_dotcmds.o \ - ua_query.o ua_retention.o \ + ua_acl.o ua_cmds.o ua_dotcmds.o \ + ua_query.o \ ua_input.o ua_label.o ua_output.o ua_prune.o \ ua_purge.o ua_restore.o ua_run.o \ ua_select.o ua_server.o \ @@ -89,6 +89,10 @@ distclean: realclean if test $(srcdir) = .; then $(MAKE) realclean; fi (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS) +devclean: realclean + if test $(srcdir) = .; then $(MAKE) realclean; fi + (cd $(srcdir); $(RMF) Makefile) + install: all $(INSTALL_PROGRAM) bacula-dir $(DESTDIR)$(sbindir)/bacula-dir @srcconf=bacula-dir.conf; \