From: Ulrich Leodolter Date: Wed, 2 Apr 2014 08:44:06 +0000 (+0200) Subject: Fix linking check_bacula X-Git-Tag: Release-7.0.2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=535edc289cabb3199a3012ca03a9d3ffcda73143;p=bacula%2Fbacula Fix linking check_bacula --- diff --git a/bacula/examples/nagios/check_bacula/Makefile.in b/bacula/examples/nagios/check_bacula/Makefile.in index 235efbf235..5c22e2a1a0 100644 --- a/bacula/examples/nagios/check_bacula/Makefile.in +++ b/bacula/examples/nagios/check_bacula/Makefile.in @@ -70,7 +70,7 @@ devclean: realclean (cd $(srcdir); $(RMF) Makefile) install: all - $(INSTALL_PROGRAM) check_bacula $(DESTDIR)$(sbindir)/check_bacula + $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) check_bacula $(DESTDIR)$(sbindir)/check_bacula uninstall: (cd $(DESTDIR)$(sbindir); $(RMF) check_bacula) diff --git a/bacula/examples/nagios/check_bacula/makeit b/bacula/examples/nagios/check_bacula/makeit deleted file mode 100755 index 1cf3b1d001..0000000000 --- a/bacula/examples/nagios/check_bacula/makeit +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -make LIBS="-lpthread -ldl -lssl -lcrypto -lz"