]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/Makefile.in
correct date
[bacula/bacula] / bacula / src / dird / Makefile.in
index bb8a01711a635abfd0e1dc5e7517f4f5c0f138ce..851d93d3365472ecd0a63d8ee4b20eb60d5aeddf 100644 (file)
@@ -23,31 +23,31 @@ dummy:
 
 #
 SVRSRCS = dird.c admin.c authenticate.c \
-         autoprune.c backup.c \
-         catreq.c dird_conf.c \
+         autoprune.c backup.c bsr.c \
+         catreq.c dird_conf.c expand.c \
          fd_cmds.c getmsg.c inc_conf.c job.c \
-         mountreq.c msgchan.c newvol.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_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 \
-         ua_status.c verify.c
+         ua_status.c ua_tree.c verify.c
 SVROBJS = dird.o admin.o authenticate.o \
-         autoprune.o backup.o \
-         catreq.o dird_conf.o \
+         autoprune.o backup.o bsr.o \
+         catreq.o dird_conf.o expand.o \
          fd_cmds.o getmsg.o inc_conf.o job.o \
-         mountreq.o msgchan.o newvol.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_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 \
-         ua_status.o verify.o
+         ua_status.o ua_tree.o verify.o
 
 # these are the objects that are changed by the .configure process
 EXTRAOBJS = @OBJLIST@
@@ -104,6 +104,9 @@ install: all
           $(MV) -f ${DESTDIR}${scriptdir}/query.sql ${DESTDIR}${scriptdir}/query.sql.save; \
        fi 
        ${INSTALL_DATA} query.sql ${DESTDIR}${scriptdir}/query.sql
+       @if test -f static-bacula-dir; then \
+          $(INSTALL_PROGRAM) static-bacula-dir $(DESTDIR)$(sbindir)/static-bacula-dir; \
+       fi
 
 
 uninstall: