diff options
author | Allan LeSage <allan.lesage@canonical.com> | 2013-08-08 17:07:06 -0500 |
---|---|---|
committer | Allan LeSage <allan.lesage@canonical.com> | 2013-08-08 17:07:06 -0500 |
commit | 28c5156a3341814a7793b30686bd820b2d38d0a4 (patch) | |
tree | 5881a3c9d853708aaf9dfb6be4fbea89fc9b7795 /Makefile.am | |
parent | 0e3bb46532e1858f2cfee808bd66efa225cb2d94 (diff) | |
download | ayatana-indicator-keyboard-28c5156a3341814a7793b30686bd820b2d38d0a4.tar.gz ayatana-indicator-keyboard-28c5156a3341814a7793b30686bd820b2d38d0a4.tar.bz2 ayatana-indicator-keyboard-28c5156a3341814a7793b30686bd820b2d38d0a4.zip |
Add gcov coverage tooling.
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 c0d4a471..94cd26da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po lib data tests + +include $(top_srcdir)/Makefile.am.coverage |