]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/Makefile.in
add PostgreSQL support
[bacula/bacula] / bacula / src / filed / Makefile.in
index f1ae99ea118622c0a8dd3ede1d0a3ecd2795cfe0..965f1a18329ae876d0ee5a7183e39acb3d4a35fc 100755 (executable)
@@ -112,6 +112,11 @@ install: all
        fi; \
        echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \
        ${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf
+       @if test -f static-bacula-fd; then \
+          $(INSTALL_PROGRAM) static-bacula-fd $(DESTDIR)$(sbindir)/static-bacula-fd; \
+       fi
+
+
 
 uninstall:
        (cd $(DESTDIR)$(sbindir); $(RMF) bacula-fd)