aboutsummaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2007-04-02 09:28:42 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2007-04-02 09:28:42 +0000
commiteca20aa3a05b66f6f8182b6f927e2514b90bd4c7 (patch)
tree5f6bf3d69eabe4c7293a92675181a35004915ab3 /lib/tests
parent3315c3f25e3398e766da7ec72589a000be7f9f9d (diff)
downloadmonitoring-plugins-eca20aa3a05b66f6f8182b6f927e2514b90bd4c7.tar.gz
Add libgnu.a as regex functions required
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1672 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index b03f48a8..cd9234e6 100644
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
@@ -21,7 +21,7 @@ test_utils_LDADD = ../utils_base.o
test_disk_SOURCES = test_disk.c
test_disk_CFLAGS = -g -I..
test_disk_LDFLAGS = -L/usr/local/lib -ltap
-test_disk_LDADD = ../utils_disk.o
+test_disk_LDADD = ../utils_disk.o $(top_srcdir)/gl/libgnu.a
test: ${noinst_PROGRAMS}
perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)