diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-02-24 16:41:06 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-02-24 16:41:06 +0000 |
commit | 6aa8cc090daa646f6d3d7b5af2ab5e59dd7d9b18 (patch) | |
tree | c47865be2c6a40a09c029e4aa330bc3864afd463 /plugins/tests | |
parent | 4a7401ea71fc7735be5fe371eb155284eb3a9583 (diff) | |
download | monitoring-plugins-6aa8cc090daa646f6d3d7b5af2ab5e59dd7d9b18.tar.gz |
Use the installed tap library instead of requesting a compiled object
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1318 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 cd4caeb9..c73725de 100644 --- a/plugins/tests/Makefile.am +++ b/plugins/tests/Makefile.am @@ -16,7 +16,7 @@ LIBS = @LIBINTL@ test_utils_SOURCES = test_utils.c test_utils_CFLAGS = -g -I.. test_utils_LDFLAGS = -L.. -test_utils_LDADD = ../utils.o @EXTRA_TAPOBJ@ +test_utils_LDADD = ../utils.o $(TAPLIBS) test: ${noinst_PROGRAMS} perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) |