~ken-vandine/indicator-messages/ubuntu-lmm

« back to all changes in this revision

Viewing changes to data/icons/24x24/status/Makefile.in

  • Committer: Ken VanDine
  • Date: 2012-03-21 20:49:51 UTC
  • mfrom: (131.1.168 ubuntu)
  • Revision ID: ken.vandine@canonical.com-20120321204951-b3a5pn7tcu4g1ovy
* New upstream release.
  * Fix for missing icons in the messaging menu (LP: #960553)
  * Fix i18n for description (LP: #957525)
  * Implementing initial testing
  * Fixing blacklists (LP: #939258)
* debian/control: Adding dep on libgtest-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.m4 \
41
 
        $(top_srcdir)/configure.ac
 
41
        $(top_srcdir)/m4/gtest.m4 $(top_srcdir)/configure.ac
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104
104
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
105
105
CPP = @CPP@
106
106
CPPFLAGS = @CPPFLAGS@
 
107
CXX = @CXX@
 
108
CXXCPP = @CXXCPP@
 
109
CXXDEPMODE = @CXXDEPMODE@
 
110
CXXFLAGS = @CXXFLAGS@
107
111
CYGPATH_W = @CYGPATH_W@
108
112
DATADIRNAME = @DATADIRNAME@
109
113
DBUSSERVICEDIR = @DBUSSERVICEDIR@
125
129
GMSGFMT = @GMSGFMT@
126
130
GNOMELOCALEDIR = @GNOMELOCALEDIR@
127
131
GREP = @GREP@
 
132
GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
 
133
GTEST_SOURCE = @GTEST_SOURCE@
128
134
INDICATORDIR = @INDICATORDIR@
129
135
INDICATORICONSDIR = @INDICATORICONSDIR@
130
136
INSTALL = @INSTALL@
203
209
abs_top_srcdir = @abs_top_srcdir@
204
210
ac_ct_AR = @ac_ct_AR@
205
211
ac_ct_CC = @ac_ct_CC@
 
212
ac_ct_CXX = @ac_ct_CXX@
206
213
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207
214
am__include = @am__include@
208
215
am__leading_dot = @am__leading_dot@