~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to data/extra-sessions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-25 08:58:56 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825085856-qtuta6vqal1iw7mt
Tags: 0.3.3-0ubuntu1
* New upstream release.
  - User menu should still show even if there is only 1 user (LP: #831758)
  - Bluetooth item in menu not needed (LP: #825111)
  - Newly created users are not added to the menu until next 
    login (LP: #552048)
  - Users list in shutdown menu is not updated on user 
    deletion (LP: #557608)
  - should use gsettings rather than gconf (LP: #656323)
* debian/control
  - Bump dbusmenu build dep to >= 0.4.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
subdir = data/extra-sessions
42
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
45
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
49
        $(ACLOCAL_M4)
47
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112
115
EGREP = @EGREP@
113
116
EXEEXT = @EXEEXT@
114
117
FGREP = @FGREP@
115
 
GCONFTOOL = @GCONFTOOL@
116
 
GCONF_CFLAGS = @GCONF_CFLAGS@
117
 
GCONF_LIBS = @GCONF_LIBS@
118
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
119
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
120
118
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
119
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
121
120
GMOFILES = @GMOFILES@
122
121
GMSGFMT = @GMSGFMT@
123
122
GNOMELOCALEDIR = @GNOMELOCALEDIR@
124
123
GREP = @GREP@
 
124
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
125
125
GTKLOGOUTHELPER_CFLAGS = @GTKLOGOUTHELPER_CFLAGS@
126
126
GTKLOGOUTHELPER_LIBS = @GTKLOGOUTHELPER_LIBS@
127
127
INDICATORDIR = @INDICATORDIR@
210
210
docdir = @docdir@
211
211
dvidir = @dvidir@
212
212
exec_prefix = @exec_prefix@
 
213
gsettingsschemadir = @gsettingsschemadir@
213
214
host = @host@
214
215
host_alias = @host_alias@
215
216
host_cpu = @host_cpu@