summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3315c3f)
raw | patch | inline | side by side (parent: 3315c3f)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 2 Apr 2007 09:28:42 +0000 (09:28 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 2 Apr 2007 09:28:42 +0000 (09:28 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1672 f882894a-f735-0410-b71e-b25c423dba1c
lib/tests/Makefile.am | patch | blob | history |
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index b03f48a8b303aae9f454a5abfa1e518530ccf868..cd9234e638ad925b36c276aba15f71c986688c25 100644 (file)
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
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)