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 /lib | |
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 'lib')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index cdf41ba2..2e257df0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,7 +28,8 @@ indicator_keyboard_service_CFLAGS = $(AM_CFLAGS) \ $(LIBXKLAVIER_CFLAGS) \ $(LIBGNOMEKBD_CFLAGS) \ $(IBUS_CFLAGS) \ - $(BAMF_CFLAGS) + $(BAMF_CFLAGS) \ + $(COVERAGE_CFLAGS) indicator_keyboard_service_LDFLAGS = $(AM_LDFLAGS) \ $(GEE_LIBS) \ $(PANGOCAIRO_LIBS) \ @@ -37,4 +38,5 @@ indicator_keyboard_service_LDFLAGS = $(AM_LDFLAGS) \ $(LIBXKLAVIER_LIBS) \ $(LIBGNOMEKBD_LIBS) \ $(IBUS_LIBS) \ - $(BAMF_LIBS) + $(BAMF_LIBS) \ + $(COVERAGE_LDFLAGS) |