diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 12:47:12 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 12:47:12 -0400 |
| commit | eb38a3840843baed6fad4f28b3bbb67aabcc7c44 (patch) | |
| tree | 15904adeff0dfbacc907bb5db4f2b75844d89532 /Makefile.am | |
| parent | 3e7b2a057b93b8885047f79b15957b4e6207cf71 (diff) | |
| parent | 81ecc8abe03f0196f51951a7307b6361bdafe98e (diff) | |
| download | libdbusmenu-eb38a3840843baed6fad4f28b3bbb67aabcc7c44.tar.gz libdbusmenu-eb38a3840843baed6fad4f28b3bbb67aabcc7c44.tar.bz2 libdbusmenu-eb38a3840843baed6fad4f28b3bbb67aabcc7c44.zip | |
* New upstream release.
* Fix a regresssion introduced in 0.5.97's fix for (LP: #957022)
* New upstream release.
* Reduce the number of messages hud-service sends. (LP: #957022)
* Fix valgrind tests thanks to a little help from sewardj.
* Add gcov targets to autotools build for code-coverage reporting.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6b11b31..948cb3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,3 +53,5 @@ dist-hook: else \ echo Failed to generate AUTHORS: not a branch >&2; \ fi + +include $(top_srcdir)/Makefile.am.coverage |
