]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix linking check_bacula
authorUlrich Leodolter <ulrich.leodolter@obvsg.at>
Wed, 2 Apr 2014 08:44:06 +0000 (10:44 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2014 08:44:06 +0000 (10:44 +0200)
bacula/examples/nagios/check_bacula/Makefile.in
bacula/examples/nagios/check_bacula/makeit [deleted file]

index 235efbf23531bbc78046a86e925db89ea212415e..5c22e2a1a06f82f819c02a97741219344149ca5d 100644 (file)
@@ -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 (executable)
index 1cf3b1d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-make LIBS="-lpthread -ldl -lssl -lcrypto -lz"