~ubuntu-branches/ubuntu/quantal/indicator-session/quantal

« back to all changes in this revision

Viewing changes to data/extra-sessions/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Charles Kerr
  • Date: 2012-04-05 12:50:09 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20120405125009-27nzhd9qjn793xfa
Tags: 0.3.96-0ubuntu1
* New upstream release.
  * Remove desktop files so they don't appear in the dash. (LP: #973181)
  * Add gcov to the build for coverage statistics

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
45
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/gcov.m4 \
 
48
        $(top_srcdir)/configure.ac
48
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
50
        $(ACLOCAL_M4)
50
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105
106
CC = @CC@
106
107
CCDEPMODE = @CCDEPMODE@
107
108
CFLAGS = @CFLAGS@
 
109
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
 
110
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
108
111
CPP = @CPP@
109
112
CPPFLAGS = @CPPFLAGS@
110
113
CYGPATH_W = @CYGPATH_W@
121
124
EGREP = @EGREP@
122
125
EXEEXT = @EXEEXT@
123
126
FGREP = @FGREP@
 
127
GCOVR = @GCOVR@
 
128
GENHTML = @GENHTML@
124
129
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
125
130
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
126
131
GMOFILES = @GMOFILES@
149
154
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
150
155
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
151
156
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
157
LCOV = @LCOV@
152
158
LD = @LD@
153
159
LDFLAGS = @LDFLAGS@
154
160
LIBOBJS = @LIBOBJS@
194
200
SESSIONSERVICE_LIBS = @SESSIONSERVICE_LIBS@
195
201
SET_MAKE = @SET_MAKE@
196
202
SHELL = @SHELL@
 
203
SHTOOL = @SHTOOL@
197
204
STRIP = @STRIP@
198
205
USE_NLS = @USE_NLS@
199
206
VERSION = @VERSION@