aboutsummaryrefslogtreecommitdiff
path: root/plugins-root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2007-12-13 22:22:27 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2007-12-13 22:22:27 +0000
commit9747b9083cc3cd6a029fa88e6f9ae3a77e471a26 (patch)
tree95ac0e50f65bf8267de220a2f1a844c02bd1ba75 /plugins-root/Makefile.am
parent4777710804f9302d391bb762abd95bd739b0d27a (diff)
downloadmonitoring-plugins-9747b9083cc3cd6a029fa88e6f9ae3a77e471a26.tar.gz
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
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r--plugins-root/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index 9623212e..e61ebc75 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -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@