~ubuntu-branches/ubuntu/trusty/gdm/trusty-proposed

« back to all changes in this revision

Viewing changes to gui/libgdm/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Tim Lunn, Jeremy Bicha, Robert Ancell
  • Date: 2013-05-31 22:36:08 UTC
  • mfrom: (1.4.55)
  • Revision ID: package-import@ubuntu.com-20130531223608-33uo85niksee5460
Tags: 3.8.1.1-0ubuntu1
[ Tim Lunn ]
* New upstream release
* debian/patches/ubuntu_dont_catch_sigsegv.patch:
  - Dropped, obsolete
* debian/rules:
  - Don't rename gdm binary since that's already been
    done in the new version

[ Jeremy Bicha ]
* debian/control.in: Bump minimum glib
* debian/watch: Watch for unstable releases
* debian/patches/00git_logind_check.patch:
  - Dropped, applied in new release
* debian/patches/08_frequent-users_greeter.patch: Refreshed

[ Robert Ancell ]
* New upstream release
* debian/patches/ubuntu_daemon_autologin_tracking.patch:
* debian/patches/ubuntu_ensure_dirs.patch:
* debian/patches/ubuntu_slave-only-set-up-autologin.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                $(top_srcdir)/daemon/gdm-session.xml
33
33
 
34
34
AM_CPPFLAGS = \
35
 
        -I.                                                                   \
36
 
        -I..                                                                  \
37
 
        -I$(srcdir)                                                           \
38
 
        -DG_LOG_DOMAIN=\"Gdm\"                                         \
 
35
        -I$(srcdir)                                                     \
 
36
        -I$(builddir)                                                   \
 
37
        -I$(top_srcdir)                                                 \
 
38
        -I$(top_builddir)                                               \
 
39
        -DG_LOG_DOMAIN=\"Gdm\"                                          \
39
40
        -DDMCONFDIR=\""$(dmconfdir)"\"                                        \
40
41
        -DDATADIR=\""$(datadir)"\"                                            \
41
42
        $(END_OF_LIST)