~ubuntu-branches/ubuntu/quantal/gnome-session/quantal

« back to all changes in this revision

Viewing changes to doc/dbus/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche, Jeremy Bicha, Didier Roche
  • Date: 2012-08-07 08:54:47 UTC
  • mfrom: (1.1.79)
  • Revision ID: package-import@ubuntu.com-20120807085447-qhvkcrg9zfj4ehp0
Tags: 3.5.5-0ubuntu1
[ Jeremy Bicha ]
* debian/patches/50_ubuntu_sessions.patch:
* debian/patches/52_xdg_current_desktop.patch:
  - Have Ubuntu 2D fallback to GNOME. Otherwise a Ubuntu GNOME live CD
    will fail to start the live environment since it tries the Unity
    sessions first.

[ Didier Roche ]
* New upstream release
  * Make XSMP error messages more clear
  * Be more careful in systemd code when session fails to get registered
  * Require newer glib
  * Make gconf build time optional
  * Updated translations
* debian/control:
  - remove gconf build-dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
53
52
host_triplet = @host@
54
53
subdir = doc/dbus
55
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56
 
        $(srcdir)/gnome-session.xml.in
 
55
        $(srcdir)/gnome-session.xml.in $(top_srcdir)/mkinstalldirs
57
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
57
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
59
58
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
65
64
CONFIG_HEADER = $(top_builddir)/config.h
66
65
CONFIG_CLEAN_FILES = gnome-session.xml
67
66
CONFIG_CLEAN_VPATH_FILES =
 
67
AM_V_P = $(am__v_P_@AM_V@)
 
68
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
69
am__v_P_0 = false
 
70
am__v_P_1 = :
68
71
AM_V_GEN = $(am__v_GEN_@AM_V@)
69
72
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
70
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
73
am__v_GEN_0 = @echo "  GEN     " $@;
 
74
am__v_GEN_1 = 
71
75
AM_V_at = $(am__v_at_@AM_V@)
72
76
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73
77
am__v_at_0 = @
 
78
am__v_at_1 = 
74
79
SOURCES =
75
80
DIST_SOURCES =
76
81
am__can_run_installinfo = \
397
402
ctags: CTAGS
398
403
CTAGS:
399
404
 
 
405
cscope cscopelist:
 
406
 
400
407
 
401
408
distdir: $(DISTFILES)
402
409
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \