build: Add an --enable-code-coverage configure option to enable gcov support
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 24 Jan 2012 20:06:03 +0000 (20:06 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 26 Mar 2012 10:26:23 +0000 (11:26 +0100)
commit3bc3fa26e53895b14eadabe2ed617e67e18fab96
tree1c7895846f8291030a07a7367faa9af1c433997b
parentefba3a39f5c27119ee21e3a8317763c94fbef670
build: Add an --enable-code-coverage configure option to enable gcov support

When enabled, this will compile all the EDS libraries (but not test programs)
with the necessary GCC and ld flags to enable code coverage support using
gcov.

Closes: https://bugzilla.gnome.org/show_bug.cgi?id=668608
30 files changed:
addressbook/backends/file/Makefile.am
addressbook/backends/google/Makefile.am
addressbook/backends/ldap/Makefile.am
addressbook/backends/vcf/Makefile.am
addressbook/backends/webdav/Makefile.am
addressbook/libebook/Makefile.am
addressbook/libedata-book/Makefile.am
addressbook/libegdbus/Makefile.am
calendar/backends/caldav/Makefile.am
calendar/backends/contacts/Makefile.am
calendar/backends/file/Makefile.am
calendar/backends/http/Makefile.am
calendar/backends/weather/Makefile.am
calendar/libecal/Makefile.am
calendar/libedata-cal/Makefile.am
calendar/libegdbus/Makefile.am
camel/Makefile.am
camel/providers/imap/Makefile.am
camel/providers/imapx/Makefile.am
camel/providers/local/Makefile.am
camel/providers/nntp/Makefile.am
camel/providers/pop3/Makefile.am
camel/providers/sendmail/Makefile.am
camel/providers/smtp/Makefile.am
configure.ac
libebackend/Makefile.am
libedataserver/Makefile.am
libedataserverui/Makefile.am
services/evolution-addressbook-factory/Makefile.am
services/evolution-calendar-factory/Makefile.am