summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4777710)
raw | patch | inline | side by side (parent: 4777710)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 13 Dec 2007 22:22:27 +0000 (22:22 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 13 Dec 2007 22:22:27 +0000 (22:22 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1872 f882894a-f735-0410-b71e-b25c423dba1c
NEWS | patch | blob | history | |
THANKS.in | patch | blob | history | |
plugins-root/Makefile.am | patch | blob | history |
index 1d8ab7b2f2efcd40409bdf08774d91114902f679..7bffbd24b0b1c6700aa19f5a50cd87122976f023 100644 (file)
--- a/NEWS
+++ b/NEWS
Fix check_load argument handling when not passing triplets (bug #1831890)
Tinderbox builds now run tests in a verbose mode
Update to Nagios::Plugin 0.22
+ VPATH problem fixed for compiling plugins-root
1.4.10 28th September 2007
Fix check_http buffer overflow vulnerability when following HTTP redirects
diff --git a/THANKS.in b/THANKS.in
index 616871a612dc381819be075e7778ae1c123ff80b..54fbfd571575c6faf4ede07078f9c36f367ea1e5 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
Matteo HCE Valsasna
Bernhard Fischer
fabiodds
+Tom Payerle
index 9623212ec9ec4c2889185c300d2ee83e4ca1ddd5..e61ebc75fa605b220a3ce3e9a9881746cf82b316 100644 (file)
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
## Process this file with automake to produce Makefile.in
-VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t
+VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t $(srcdir)
INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins @SSLINCLUDE@