Fixed VPATH problem in plugins-root (Tom Payerle - 1789000)

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1872 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2007-12-13 22:22:27 +00:00
parent 4777710804
commit 9747b9083c
3 changed files with 3 additions and 1 deletions

1
NEWS
View file

@ -18,6 +18,7 @@ This file documents the major additions and syntax changes between releases.
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

View file

@ -228,3 +228,4 @@ Sebastien Guay
Matteo HCE Valsasna
Bernhard Fischer
fabiodds
Tom Payerle

View file

@ -1,6 +1,6 @@
## 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@