]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/Makefile.in
Rename updatedb scripts for uniformity. Adeed code to 6_to7 scripts to check db.
[bacula/bacula] / bacula / src / dird / Makefile.in
index b183f3b5d49281e1af319e94b2d554ffb9397c40..a306b014844b07298b477963e5dd0dc908bdad31 100644 (file)
@@ -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 \
@@ -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: