aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAllan LeSage <allan.lesage@canonical.com>2013-08-08 17:07:06 -0500
committerAllan LeSage <allan.lesage@canonical.com>2013-08-08 17:07:06 -0500
commit28c5156a3341814a7793b30686bd820b2d38d0a4 (patch)
tree5881a3c9d853708aaf9dfb6be4fbea89fc9b7795 /data
parent0e3bb46532e1858f2cfee808bd66efa225cb2d94 (diff)
downloadayatana-indicator-keyboard-28c5156a3341814a7793b30686bd820b2d38d0a4.tar.gz
ayatana-indicator-keyboard-28c5156a3341814a7793b30686bd820b2d38d0a4.tar.bz2
ayatana-indicator-keyboard-28c5156a3341814a7793b30686bd820b2d38d0a4.zip
Add gcov coverage tooling.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a7f8d39c..9f9b46ff 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -22,13 +22,15 @@ indicator_keyboard_icon_generator_CFLAGS = $(AM_CFLAGS) \
$(PANGOFT2_CFLAGS) \
$(GTK_CFLAGS) \
$(GNOME_DESKTOP_CFLAGS) \
- $(LIBXKLAVIER_CFLAGS)
+ $(LIBXKLAVIER_CFLAGS) \
+ $(COVERAGE_CFLAGS)
indicator_keyboard_icon_generator_LDFLAGS = $(AM_LDFLAGS) \
$(GEE_LIBS) \
$(PANGOFT2_LIBS) \
$(GTK_LIBS) \
$(GNOME_DESKTOP_LIBS) \
- $(LIBXKLAVIER_LIBS)
+ $(LIBXKLAVIER_LIBS) \
+ $(COVERAGE_LDFLAGS)
dist_service_DATA = indicator-keyboard.service
servicedir = $(DBUS_SERVICE_DIR)