aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-03-30 20:34:32 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-03-30 20:34:32 +0200
commit650e22c3799e123c63661a7b22ed516d2555b9c1 (patch)
tree19cd0eba031959f432a2bffcbe7b66f2a039b8ef /src
parent34707262d29696d7178a05792b81ea3da3fd9855 (diff)
parentd582c0580dedcdc4fd4589b1fb50f1699cfcecc7 (diff)
downloadayatana-indicator-printers-650e22c3799e123c63661a7b22ed516d2555b9c1.tar.gz
ayatana-indicator-printers-650e22c3799e123c63661a7b22ed516d2555b9c1.tar.bz2
ayatana-indicator-printers-650e22c3799e123c63661a7b22ed516d2555b9c1.zip
Merge gcov tooling branch. Thanks Allan!
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6e10cb9..40fd228 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,8 +9,11 @@ libprintersmenu_la_SOURCES = \
dbus-names.h
libprintersmenu_la_CPPFLAGS = $(APPLET_CFLAGS)
+libprintersmenu_la_CFLAGS = $(COVERAGE_CFLAGS)
libprintersmenu_la_LIBADD = $(APPLET_LIBS) -lm
-libprintersmenu_la_LDFLAGS = -module -avoid-version
+libprintersmenu_la_LDFLAGS = \
+ $(COVERAGE_LDFLAGS) \
+ -module -avoid-version
cups_notifier_sources = \
@@ -39,7 +42,9 @@ indicator_printers_service_SOURCES = \
nodist_indicator_printers_service_SOURCES = $(cups_notifier_sources)
indicator_printers_service_CPPFLAGS = $(SERVICE_CFLAGS)
+indicator_printers_service_CFLAGS = $(COVERAGE_CFLAGS)
indicator_printers_service_LDADD = $(SERVICE_LIBS)
+indicator_printers_service_LDFLAGS = $(COVERAGE_LDFLAGS)
BUILT_SOURCES = $(cups_notifier_sources)