summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-18 17:10:39 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-18 07:28:07 +0100
commita5c1e6e647e556a971370ffde1fd5c5073f1bf60 (patch)
treeff4b425135feb921f208e2b6199e7acb0dfe4398 /source3
parent21528da9cd12a4f5c3792a482a5d18fe946a6f7a (diff)
downloadsamba-a5c1e6e647e556a971370ffde1fd5c5073f1bf60.tar.gz
samba-a5c1e6e647e556a971370ffde1fd5c5073f1bf60.tar.bz2
samba-a5c1e6e647e556a971370ffde1fd5c5073f1bf60.zip
s3-build: allow gcov testing by linking timelimit with --coverage
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 $@"