[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1872] nagiosplug/trunk

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Thu Dec 13 23:22:28 CET 2007


Revision: 1872
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1872&view=rev
Author:   tonvoon
Date:     2007-12-13 14:22:27 -0800 (Thu, 13 Dec 2007)

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

Modified Paths:
--------------
    nagiosplug/trunk/NEWS
    nagiosplug/trunk/THANKS.in
    nagiosplug/trunk/plugins-root/Makefile.am

Modified: nagiosplug/trunk/NEWS
===================================================================
--- nagiosplug/trunk/NEWS	2007-12-13 22:09:11 UTC (rev 1871)
+++ nagiosplug/trunk/NEWS	2007-12-13 22:22:27 UTC (rev 1872)
@@ -18,6 +18,7 @@
 	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

Modified: nagiosplug/trunk/THANKS.in
===================================================================
--- nagiosplug/trunk/THANKS.in	2007-12-13 22:09:11 UTC (rev 1871)
+++ nagiosplug/trunk/THANKS.in	2007-12-13 22:22:27 UTC (rev 1872)
@@ -228,3 +228,4 @@
 Matteo HCE Valsasna
 Bernhard Fischer
 fabiodds
+Tom Payerle

Modified: nagiosplug/trunk/plugins-root/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-root/Makefile.am	2007-12-13 22:09:11 UTC (rev 1871)
+++ nagiosplug/trunk/plugins-root/Makefile.am	2007-12-13 22:22:27 UTC (rev 1872)
@@ -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@
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list