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

« back to all changes in this revision

Viewing changes to data/icons/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:
39
39
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
40
40
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
41
41
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
42
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
42
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/gcov.m4 \
 
43
        $(top_srcdir)/configure.ac
43
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
45
        $(ACLOCAL_M4)
45
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111
112
CC = @CC@
112
113
CCDEPMODE = @CCDEPMODE@
113
114
CFLAGS = @CFLAGS@
 
115
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
 
116
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
114
117
CPP = @CPP@
115
118
CPPFLAGS = @CPPFLAGS@
116
119
CYGPATH_W = @CYGPATH_W@
127
130
EGREP = @EGREP@
128
131
EXEEXT = @EXEEXT@
129
132
FGREP = @FGREP@
 
133
GCOVR = @GCOVR@
 
134
GENHTML = @GENHTML@
130
135
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
131
136
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
132
137
GMOFILES = @GMOFILES@
155
160
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
156
161
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
157
162
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
163
LCOV = @LCOV@
158
164
LD = @LD@
159
165
LDFLAGS = @LDFLAGS@
160
166
LIBOBJS = @LIBOBJS@
200
206
SESSIONSERVICE_LIBS = @SESSIONSERVICE_LIBS@
201
207
SET_MAKE = @SET_MAKE@
202
208
SHELL = @SHELL@
 
209
SHTOOL = @SHTOOL@
203
210
STRIP = @STRIP@
204
211
USE_NLS = @USE_NLS@
205
212
VERSION = @VERSION@