~xnox/lightdm/archive-upload

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Robert Ancell
  • Date: 2013-11-07 07:54:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1841.
  • Revision ID: robert.ancell@canonical.com-20131107075455-p9g14zxgy63e3g47
Remove lightdm-set-defaults and gdmflexiserver.

lightdm-set-defaults is not required since 1.8 as configuration can now be loaded from a lightdm.conf.d directory. This allows a file per setting to be written and better handles more than one thing (e.g. a packaging system) setting these values.

Any software that still relies on gdmflexiserver should have switched to using dm-tool or the D-Bus interface by now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
sbin_PROGRAMS = lightdm
 
2
bin_PROGRAMS = dm-tool
2
3
 
3
4
lightdm_SOURCES = \
4
5
        accounts.c \
93
94
        -lgcrypt \
94
95
        -lpam
95
96
 
 
97
dm_tool_SOURCES = \
 
98
        dm-tool.c
 
99
 
 
100
dm_tool_CFLAGS = \
 
101
        $(LIGHTDM_CFLAGS) \
 
102
        -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \
 
103
        -DLOCALE_DIR=\"$(datadir)/locale\"
 
104
 
 
105
dm_tool_LDADD = \
 
106
        $(LIGHTDM_LIBS)
 
107
 
96
108
pkglibexec_PROGRAMS = lightdm-guest-session-wrapper
97
109
 
98
110
lightdm_guest_session_wrapper_SOURCES = lightdm-guest-session-wrapper.c