~ubuntu-branches/ubuntu/quantal/indicator-messages/quantal

« back to all changes in this revision

Viewing changes to data/icons/22x22/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Ted Gould, Ken VanDine
  • Date: 2012-03-21 17:00:10 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20120321170010-biz6yuh34gfwq185
Tags: 0.5.94-0ubuntu1
[ Ted Gould ]
* 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

[ Ken VanDine ]
* debian/control: Don't build depend on libgtest-dev, it isn't in main
* debian/rules: disable tests, they require libgtest-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
39
am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.m4 \
40
 
        $(top_srcdir)/configure.ac
 
40
        $(top_srcdir)/m4/gtest.m4 $(top_srcdir)/configure.ac
41
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
42
        $(ACLOCAL_M4)
43
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114
114
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
115
115
CPP = @CPP@
116
116
CPPFLAGS = @CPPFLAGS@
 
117
CXX = @CXX@
 
118
CXXCPP = @CXXCPP@
 
119
CXXDEPMODE = @CXXDEPMODE@
 
120
CXXFLAGS = @CXXFLAGS@
117
121
CYGPATH_W = @CYGPATH_W@
118
122
DATADIRNAME = @DATADIRNAME@
119
123
DBUSSERVICEDIR = @DBUSSERVICEDIR@
135
139
GMSGFMT = @GMSGFMT@
136
140
GNOMELOCALEDIR = @GNOMELOCALEDIR@
137
141
GREP = @GREP@
 
142
GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
 
143
GTEST_SOURCE = @GTEST_SOURCE@
138
144
INDICATORDIR = @INDICATORDIR@
139
145
INDICATORICONSDIR = @INDICATORICONSDIR@
140
146
INSTALL = @INSTALL@
213
219
abs_top_srcdir = @abs_top_srcdir@
214
220
ac_ct_AR = @ac_ct_AR@
215
221
ac_ct_CC = @ac_ct_CC@
 
222
ac_ct_CXX = @ac_ct_CXX@
216
223
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217
224
am__include = @am__include@
218
225
am__leading_dot = @am__leading_dot@