From: Simone Caronni Date: Sun, 30 Mar 2014 18:30:29 +0000 (+0200) Subject: Enable installation of the bpluginfo utility X-Git-Tag: Release-7.0.1~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a04936251c564a49fc7acd77a13f2f36009be1e6;p=bacula%2Fbacula Enable installation of the bpluginfo utility --- 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