[Nagiosplug-checkins] nagiosplug/plugins/tests Makefile.am,1.3,1.4

Ton Voon tonvoon at users.sourceforge.net
Thu Mar 16 09:32:04 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18313/plugins/tests

Modified Files:
	Makefile.am 
Log Message:
Using libtool to get runpath for tap library


Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/tests/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	24 Feb 2006 16:41:06 -0000	1.3
+++ Makefile.am	16 Mar 2006 17:31:10 -0000	1.4
@@ -15,8 +15,8 @@
 
 test_utils_SOURCES = test_utils.c
 test_utils_CFLAGS = -g -I..
-test_utils_LDFLAGS = -L..
-test_utils_LDADD = ../utils.o $(TAPLIBS)
+test_utils_LDFLAGS = -rpath /usr/local/lib -ltap
+test_utils_LDADD = ../utils.o
 
 test: ${noinst_PROGRAMS}
 	perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)





More information about the Commits mailing list