diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-21 11:42:59 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-21 11:42:59 (GMT) |
commit | b3b735446741fe89ee837d0522dd0d5b68167d92 (patch) | |
tree | 3f94a6f3ee947822cac33a63477c844fa0da2970 /plugins/tests/Makefile.am | |
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/Makefile.am')
-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 d3e7494..8ed3fc1 100644 --- a/plugins/tests/Makefile.am +++ b/plugins/tests/Makefile.am | |||
@@ -15,7 +15,7 @@ LIBS = @LIBINTL@ | |||
15 | 15 | ||
16 | test_utils_SOURCES = test_utils.c | 16 | test_utils_SOURCES = test_utils.c |
17 | test_utils_CFLAGS = -g -I.. | 17 | test_utils_CFLAGS = -g -I.. |
18 | test_utils_LDFLAGS = -rpath /usr/local/lib -ltap | 18 | test_utils_LDFLAGS = -L/usr/local/lib -ltap |
19 | test_utils_LDADD = ../utils.o | 19 | test_utils_LDADD = ../utils.o |
20 | 20 | ||
21 | test: ${noinst_PROGRAMS} | 21 | test: ${noinst_PROGRAMS} |