From 535edc289cabb3199a3012ca03a9d3ffcda73143 Mon Sep 17 00:00:00 2001 From: Ulrich Leodolter Date: Wed, 2 Apr 2014 10:44:06 +0200 Subject: [PATCH] Fix linking check_bacula --- bacula/examples/nagios/check_bacula/Makefile.in | 2 +- bacula/examples/nagios/check_bacula/makeit | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 bacula/examples/nagios/check_bacula/makeit 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" -- 2.39.5