diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-21 11:42:59 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-21 11:42:59 +0000 |
commit | b3b735446741fe89ee837d0522dd0d5b68167d92 (patch) | |
tree | 3f94a6f3ee947822cac33a63477c844fa0da2970 /plugins/tests | |
parent | 8250d650614c6e312f744b8dd503919e1b37bae8 (diff) | |
download | monitoring-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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/Makefile.am b/plugins/tests/Makefile.am index d3e74945..8ed3fc1d 100644 --- a/plugins/tests/Makefile.am +++ b/plugins/tests/Makefile.am @@ -15,7 +15,7 @@ LIBS = @LIBINTL@ test_utils_SOURCES = test_utils.c test_utils_CFLAGS = -g -I.. -test_utils_LDFLAGS = -rpath /usr/local/lib -ltap +test_utils_LDFLAGS = -L/usr/local/lib -ltap test_utils_LDADD = ../utils.o test: ${noinst_PROGRAMS} |