mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-03 13:59:53 -04:00
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
This commit is contained in:
parent
3315c3f25e
commit
eca20aa3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue