diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-18 17:10:39 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-18 07:28:07 +0100 |
commit | a5c1e6e647e556a971370ffde1fd5c5073f1bf60 (patch) | |
tree | ff4b425135feb921f208e2b6199e7acb0dfe4398 /source3/Makefile.in | |
parent | 21528da9cd12a4f5c3792a482a5d18fe946a6f7a (diff) | |
download | samba-a5c1e6e647e556a971370ffde1fd5c5073f1bf60.tar.gz samba-a5c1e6e647e556a971370ffde1fd5c5073f1bf60.tar.bz2 samba-a5c1e6e647e556a971370ffde1fd5c5073f1bf60.zip |
s3-build: allow gcov testing by linking timelimit with --coverage
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
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 $@" |