Code

Fix bug #1593073 Check_Log problem with log rotation
[nagiosplug.git] / plugins-scripts / Makefile.am
index 5556cf696a723bdeaf54a0ce0bdfead1df88cadd..6656881db07710b3eb3cf311a7d207bbda583e70 100644 (file)
@@ -5,7 +5,7 @@ SUFFIXES = .pl .sh
 VPATH=$(top_srcdir) $(top_srcdir)/plugins-scripts $(top_srcdir)/plugins-scripts/t
 
 libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm check_ircd \
-       check_log check_ntp check_oracle check_rpc check_sensors check_wave \
+       check_log check_oracle check_rpc check_sensors check_wave \
        check_ifstatus check_ifoperstatus check_mailq check_file_age \
        utils.sh utils.pm
 
@@ -20,11 +20,10 @@ TESTS = @SCRIPT_TEST@
 
 test:
        perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
+       perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t   # utils.t is excluded from above, so manually ask to test
 
 CLEANFILES=$(libexec_SCRIPTS)
 
-AM_INSTALL_PROGRAM_FLAGS=@INSTALL_OPTS@
-
 .pl :
        $(AWK) -f ./subst $< > $@
        chmod +x $@