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

« back to all changes in this revision

Viewing changes to data/icons/32x32/status/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:
40
40
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
41
41
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42
42
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/gcov.m4 \
 
44
        $(top_srcdir)/configure.ac
44
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
46
        $(ACLOCAL_M4)
46
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101
102
CC = @CC@
102
103
CCDEPMODE = @CCDEPMODE@
103
104
CFLAGS = @CFLAGS@
 
105
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
 
106
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
104
107
CPP = @CPP@
105
108
CPPFLAGS = @CPPFLAGS@
106
109
CYGPATH_W = @CYGPATH_W@
117
120
EGREP = @EGREP@
118
121
EXEEXT = @EXEEXT@
119
122
FGREP = @FGREP@
 
123
GCOVR = @GCOVR@
 
124
GENHTML = @GENHTML@
120
125
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
121
126
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
122
127
GMOFILES = @GMOFILES@
145
150
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
146
151
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
147
152
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
153
LCOV = @LCOV@
148
154
LD = @LD@
149
155
LDFLAGS = @LDFLAGS@
150
156
LIBOBJS = @LIBOBJS@
190
196
SESSIONSERVICE_LIBS = @SESSIONSERVICE_LIBS@
191
197
SET_MAKE = @SET_MAKE@
192
198
SHELL = @SHELL@
 
199
SHTOOL = @SHTOOL@
193
200
STRIP = @STRIP@
194
201
USE_NLS = @USE_NLS@
195
202
VERSION = @VERSION@