diff options
author | Allan LeSage <allanlesage@gmail.com> | 2011-12-06 15:21:45 -0600 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2011-12-06 15:21:45 -0600 |
commit | b1aebe568a4f0d0d76e9ea32df47385b26b45c5d (patch) | |
tree | d9df684d7a831f1cffb262f39b580144ac648730 /libindicator | |
parent | a5c78749b6a655f3f54d2d9f69302b11d53a3059 (diff) | |
download | libayatana-indicator-b1aebe568a4f0d0d76e9ea32df47385b26b45c5d.tar.gz libayatana-indicator-b1aebe568a4f0d0d76e9ea32df47385b26b45c5d.tar.bz2 libayatana-indicator-b1aebe568a4f0d0d76e9ea32df47385b26b45c5d.zip |
Added coverage reporting via gcov config and targets.
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 53f9985..0f5ad34 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -55,6 +55,7 @@ libindicator_la_SOURCES = \ libindicator_la_CFLAGS = \ $(LIBINDICATOR_CFLAGS) \ + $(COVERAGE_CFLAGS) \ -DG_LOG_DOMAIN=\"libindicator\" \ -Wall -Werror @@ -62,6 +63,7 @@ libindicator_la_LIBADD = \ $(LIBINDICATOR_LIBS) libindicator_la_LDFLAGS = \ + $(COVERAGE_LDFLAGS) \ -version-info $(INDICATOR_ABI_VERSION):0:0 \ -no-undefined \ -export-symbols-regex "^[^_].*" |