From: Andrew Bartlett Date: Sat, 18 Feb 2012 06:10:39 +0000 (+1100) Subject: s3-build: allow gcov testing by linking timelimit with --coverage X-Git-Tag: samba-4.0.0alpha18~93 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=a5c1e6e647e556a971370ffde1fd5c5073f1bf60;p=samba.git s3-build: allow gcov testing by linking timelimit with --coverage --- diff --git a/source3/Makefile.in b/source3/Makefile.in index b4b2a98cec1..0a189b54ddf 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3178,7 +3178,7 @@ bin/tdbtorture: $(BINARY_PREREQS) $(TDBTORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) bin/timelimit: script/tests/timelimit.o @echo Linking $@ - @$(CC) -o $@ $(DYNEXP) script/tests/timelimit.o + @$(CC) -o $@ $(DYNEXP) script/tests/timelimit.o $(LDFLAGS) bin/rpc_open_tcp: $(BINARY_PREREQS) $(RPC_OPEN_TCP_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) @echo "Linking $@"