~ps-jenkins/indicator-printers/utopic-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Lars Uebernickel
  • Date: 2012-03-30 18:34:32 UTC
  • mfrom: (55.2.1 indicator-printers)
  • Revision ID: lars.uebernickel@canonical.com-20120330183432-71h1a89ib0pv9zfi
Merge gcov tooling branch. Thanks Allan!

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        dbus-names.h
10
10
 
11
11
libprintersmenu_la_CPPFLAGS = $(APPLET_CFLAGS)
 
12
libprintersmenu_la_CFLAGS = $(COVERAGE_CFLAGS)
12
13
libprintersmenu_la_LIBADD = $(APPLET_LIBS) -lm
13
 
libprintersmenu_la_LDFLAGS = -module -avoid-version
 
14
libprintersmenu_la_LDFLAGS = \
 
15
        $(COVERAGE_LDFLAGS) \
 
16
        -module -avoid-version
14
17
 
15
18
 
16
19
cups_notifier_sources = \
39
42
nodist_indicator_printers_service_SOURCES = $(cups_notifier_sources)
40
43
 
41
44
indicator_printers_service_CPPFLAGS = $(SERVICE_CFLAGS)
 
45
indicator_printers_service_CFLAGS = $(COVERAGE_CFLAGS)
42
46
indicator_printers_service_LDADD = $(SERVICE_LIBS)
 
47
indicator_printers_service_LDFLAGS = $(COVERAGE_LDFLAGS)
43
48
 
44
49
 
45
50
BUILT_SOURCES = $(cups_notifier_sources)