~mvo/click/lp1394256-run-user-hooks-on-remove-too

« back to all changes in this revision

Viewing changes to lib/click/Makefile.am

  • Committer: Colin Watson
  • Date: 2014-06-30 16:48:31 UTC
  • mto: This revision was merged to the branch mainline in revision 479.
  • Revision ID: cjwatson@canonical.com-20140630164831-xmlm60kngmivl2r4
Produce coverage only on request via ./configure --enable-gcov.  Extend
it to cover C code as well, and produce a merged coverage.xml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AM_CFLAGS = \
5
5
        $(LIBCLICK_CFLAGS) \
6
6
        $(VALA_CFLAGS) \
 
7
        $(COVERAGE_CFLAGS) \
7
8
        -Wno-unused-but-set-variable \
8
9
        -Wno-unused-function \
9
10
        -Wno-unused-variable
66
67
libclick_0_4_la_LIBADD = $(LIBCLICK_LIBS)
67
68
 
68
69
libclick_0_4_la_LDFLAGS = \
 
70
        $(COVERAGE_LDFLAGS) \
69
71
        -export-dynamic \
70
72
        -export-symbols $(srcdir)/click.sym \
71
73
        -version-info 4:0:4