From a5c1e6e647e556a971370ffde1fd5c5073f1bf60 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 18 Feb 2012 17:10:39 +1100 Subject: s3-build: allow gcov testing by linking timelimit with --coverage --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b4b2a98cec..0a189b54dd 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 $@" -- cgit