diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-04-02 09:28:42 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-04-02 09:28:42 (GMT) |
commit | eca20aa3a05b66f6f8182b6f927e2514b90bd4c7 (patch) | |
tree | 5f6bf3d69eabe4c7293a92675181a35004915ab3 /lib/tests/Makefile.am | |
parent | 3315c3f25e3398e766da7ec72589a000be7f9f9d (diff) | |
download | monitoring-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/Makefile.am')
-rw-r--r-- | lib/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index b03f48a..cd9234e 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am | |||
@@ -21,7 +21,7 @@ test_utils_LDADD = ../utils_base.o | |||
21 | test_disk_SOURCES = test_disk.c | 21 | test_disk_SOURCES = test_disk.c |
22 | test_disk_CFLAGS = -g -I.. | 22 | test_disk_CFLAGS = -g -I.. |
23 | test_disk_LDFLAGS = -L/usr/local/lib -ltap | 23 | test_disk_LDFLAGS = -L/usr/local/lib -ltap |
24 | test_disk_LDADD = ../utils_disk.o | 24 | test_disk_LDADD = ../utils_disk.o $(top_srcdir)/gl/libgnu.a |
25 | 25 | ||
26 | test: ${noinst_PROGRAMS} | 26 | test: ${noinst_PROGRAMS} |
27 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) | 27 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) |