[Nagiosplug-checkins] nagiosplug/lib/tests Makefile.am,1.2,1.3

Ton Voon tonvoon at users.sourceforge.net
Mon Apr 2 11:28:45 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug/lib/tests
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23828/lib/tests

Modified Files:
	Makefile.am 
Log Message:
Add libgnu.a as regex functions required


Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/tests/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	24 Jan 2007 22:47:14 -0000	1.2
+++ Makefile.am	2 Apr 2007 09:28:42 -0000	1.3
@@ -21,7 +21,7 @@
 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)





More information about the Commits mailing list