summaryrefslogtreecommitdiffstats
path: root/plugins/tests
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-03-21 11:42:59 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-03-21 11:42:59 (GMT)
commitb3b735446741fe89ee837d0522dd0d5b68167d92 (patch)
tree3f94a6f3ee947822cac33a63477c844fa0da2970 /plugins/tests
parent8250d650614c6e312f744b8dd503919e1b37bae8 (diff)
downloadmonitoring-plugins-b3b735446741fe89ee837d0522dd0d5b68167d92.tar.gz
mysql discovery based on mysql_config (Johan Fischer - 1359414)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1333 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/tests')
-rw-r--r--plugins/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/Makefile.am b/plugins/tests/Makefile.am
index d3e7494..8ed3fc1 100644
--- a/plugins/tests/Makefile.am
+++ b/plugins/tests/Makefile.am
@@ -15,7 +15,7 @@ LIBS = @LIBINTL@
15 15
16test_utils_SOURCES = test_utils.c 16test_utils_SOURCES = test_utils.c
17test_utils_CFLAGS = -g -I.. 17test_utils_CFLAGS = -g -I..
18test_utils_LDFLAGS = -rpath /usr/local/lib -ltap 18test_utils_LDFLAGS = -L/usr/local/lib -ltap
19test_utils_LDADD = ../utils.o 19test_utils_LDADD = ../utils.o
20 20
21test: ${noinst_PROGRAMS} 21test: ${noinst_PROGRAMS}