diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-16 17:31:11 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-16 17:31:11 (GMT) |
commit | dc35902e3071b24749b6779e5a16c477e84a97a0 (patch) | |
tree | 6d0baaa5f828c18d3c3b6bf31aa23ffd6ee4fbeb /plugins | |
parent | 1c229b2c4572f1fcf5e1fe470f49df49111816f5 (diff) | |
download | monitoring-plugins-dc35902e3071b24749b6779e5a16c477e84a97a0.tar.gz |
Using libtool to get runpath for tap library
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1325 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tests/Makefile.am b/plugins/tests/Makefile.am index c73725d..d3e7494 100644 --- a/plugins/tests/Makefile.am +++ b/plugins/tests/Makefile.am | |||
@@ -15,8 +15,8 @@ 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 = -L.. | 18 | test_utils_LDFLAGS = -rpath /usr/local/lib -ltap |
19 | test_utils_LDADD = ../utils.o $(TAPLIBS) | 19 | test_utils_LDADD = ../utils.o |
20 | 20 | ||
21 | test: ${noinst_PROGRAMS} | 21 | test: ${noinst_PROGRAMS} |
22 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) | 22 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) |