From a04936251c564a49fc7acd77a13f2f36009be1e6 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Sun, 30 Mar 2014 20:30:29 +0200 Subject: [PATCH] Enable installation of the bpluginfo utility --- bacula/manpages/Makefile.in | 2 +- bacula/src/tools/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in index bcaea9f601..929a97f643 100644 --- a/bacula/manpages/Makefile.in +++ b/bacula/manpages/Makefile.in @@ -6,7 +6,7 @@ MAN8 = bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 \ bconsole.8 bcopy.8 bextract.8 bls.8 bscan.8 btape.8 \ - btraceback.8 dbcheck.8 bwild.8 bregex.8 + btraceback.8 dbcheck.8 bwild.8 bregex.8 bpluginfo.8 MAN1 = bsmtp.1 bat.1 diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 89879a6528..136c101716 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -39,7 +39,7 @@ DIRTOOLS = bsmtp dbcheck drivetype fstype testfind testls bregex bwild bbatch br TOOLS = $(@DIR_TOOLS@) INSNODIRTOOLS = bsmtp -INSDIRTOOLS = bsmtp dbcheck bwild bregex +INSDIRTOOLS = bsmtp dbcheck bwild bregex bpluginfo INSTOOLS = $(INS@DIR_TOOLS@) .SUFFIXES: .c .o -- 2.39.5