From 3741db7c27c0365a93be0f594494471f76beba13 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 23 Jul 2017 10:10:12 +0200 Subject: [PATCH] Configure and install bacula-tray-monitor.desktop --- bacula/autoconf/config.h.in | 9 ++++++--- bacula/autoconf/configure.in | 1 + bacula/scripts/Makefile.in | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index d1a725025e..60cbb30e45 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -113,6 +113,9 @@ /* Define if you have zlib */ #undef HAVE_LIBZ +/* Define if you have lzo lib */ +#undef HAVE_LZO + /* Define if you have libacl */ #undef HAVE_ACL @@ -1133,9 +1136,9 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if the `S_IS*' macros in do not work properly. */ diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 406e5b14ef..00d30a417b 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3398,6 +3398,7 @@ AC_OUTPUT([autoconf/Make.common \ scripts/bat.desktop.xsu \ scripts/bat.desktop.consolehelper \ scripts/bat.console_apps \ + scripts/bacula-tray-monitor.desktop \ src/Makefile \ src/host.h \ src/console/Makefile \ diff --git a/bacula/scripts/Makefile.in b/bacula/scripts/Makefile.in index 5f22d22e20..4eb2478a43 100755 --- a/bacula/scripts/Makefile.in +++ b/bacula/scripts/Makefile.in @@ -67,6 +67,7 @@ install: installdirs $(MV) -f ${DESTDIR}${scriptdir}/baculabackupreport ${DESTDIR}${scriptdir}/baculabackupreport.old; \ fi $(INSTALL_SCRIPT) baculabackupreport $(DESTDIR)$(scriptdir)/baculabackupreport + $(INSTALL_SCRIPT) bacula-tray-monitor.desktop $(DESTDIR)$(scriptdir)/bacula-tray-monitor.desktop chmod 0644 $(DESTDIR)$(scriptdir)/btraceback.gdb \ $(DESTDIR)$(scriptdir)/btraceback.dbx \ $(DESTDIR)$(scriptdir)/btraceback.mdb -- 2.39.5