~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to libdbusmenu-gtk/Makefile.am

  • Committer: Allan LeSage
  • Date: 2012-03-28 04:40:23 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: allanlesage@gmail.com-20120328044023-1qdf2dcixdekcfwt
Added gcov coverage tooling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        parser.c
58
58
 
59
59
libdbusmenu_gtk_la_LDFLAGS = \
 
60
        $(COVERAGE_LDFLAGS) \
60
61
        -version-info $(LIBDBUSMENU_CURRENT):$(LIBDBUSMENU_REVISION):$(LIBDBUSMENU_AGE) \
61
62
        -no-undefined \
62
63
        -export-symbols-regex "^[^_].*"
63
64
 
64
65
libdbusmenu_gtk_la_CFLAGS = \
65
66
        $(DBUSMENUGTK_CFLAGS) \
 
67
        $(COVERAGE_CFLAGS) \
66
68
        -I$(top_srcdir) \
67
69
        -Wall -Werror -Wno-error=deprecated-declarations \
68
70
        -DG_LOG_DOMAIN="\"LIBDBUSMENU-GTK\""
117
119
        GObject-2.0 \
118
120
        $(GTKGIR) \
119
121
        Dbusmenu-0.4 
120
 
DbusmenuGtk_0_4_gir_CFLAGS = $(DBUSMENUGTK_CFLAGS) -I$(top_srcdir)
 
122
DbusmenuGtk_0_4_gir_CFLAGS = \
 
123
        $(DBUSMENUGTK_CFLAGS) \
 
124
        $(COVERAGE_CFLAGS) \
 
125
        -I$(top_srcdir)
 
126
DbusmenuGtk_0_4_gir_LDFLAGS = \
 
127
        $(COVERAGE_LDFLAGS)
121
128
DbusmenuGtk_0_4_gir_LIBS = libdbusmenu-gtk$(VER).la \
122
129
        $(top_builddir)/libdbusmenu-glib/libdbusmenu-glib.la
123
130
DbusmenuGtk_0_4_gir_FILES = $(addprefix $(srcdir)/, $(introspection_sources))
127
134
# We duplicate these for the same reason as libdbusmenu_gtk3includedir above
128
135
DbusmenuGtk3_0_4_gir_INCLUDES = $(DbusmenuGtk_0_4_gir_INCLUDES)
129
136
DbusmenuGtk3_0_4_gir_CFLAGS = $(DbusmenuGtk_0_4_gir_CFLAGS)
 
137
DbusmenuGtk3_0_4_gir_LDFLAGS = $(DbusmenuGtk_0_4_gir_LDFLAGS)
130
138
DbusmenuGtk3_0_4_gir_LIBS = $(DbusmenuGtk_0_4_gir_LIBS)
131
139
DbusmenuGtk3_0_4_gir_FILES = $(DbusmenuGtk_0_4_gir_FILES)
132
140
DbusmenuGtk3_0_4_gir_NAMESPACE = $(DbusmenuGtk_0_4_gir_NAMESPACE)