diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 15:16:56 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 15:16:56 +0100 |
commit | a51be6448b7a6aa100f27873ce40b835068a66a7 (patch) | |
tree | 5abf99454ac9278b18dbe79d4b53c300b428790c /protocols | |
parent | 7bcdde3d31f0e5b53601b90aa33ebd820c770172 (diff) |
Fix gcov.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/jabber/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile index abfc7478..27a29be4 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -17,6 +17,8 @@ LFLAGS += -r # [SH] Phony targets all: jabber_mod.o check: all +gcov: + gcov *.c .PHONY: all clean distclean |