~psusi/ubuntu/natty/indicator-session/sleep

« back to all changes in this revision

Viewing changes to data/icons/scalable/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-08-12 11:41:45 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20100812114145-9ty4fvfpgxkhxc41
Tags: 0.2.10-0ubuntu1
* New upstream release.
  * Fix to lock screen so that the menu item is always to lock
    the screen. (LP: #599848)
  * Fix capitalization of complete update message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = data/icons/scalable
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
40
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
41
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
42
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
41
        $(ACLOCAL_M4)
45
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
181
178
PACKAGE_VERSION = @PACKAGE_VERSION@
182
179
PATH_SEPARATOR = @PATH_SEPARATOR@
183
180
PKG_CONFIG = @PKG_CONFIG@
 
181
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
182
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
184
183
POFILES = @POFILES@
185
184
POSUB = @POSUB@
186
185
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@