1039
by Robert Ancell
Added a dm-tool program that allows user switching and adding seats |
1 |
bin_PROGRAMS = dm-tool |
1255.1.2
by Didier Roche
move lightdm-set-defaults to /usr/lib/lightdm as it was intended downstream. Thanks Yves-Alexis Perez |
2 |
pkglibexec_PROGRAMS = lightdm-set-defaults |
1348
by Robert Ancell
Update build system to work with automake 1.11.2 |
3 |
legacydir = $(libexecdir)/lightdm |
4 |
dist_legacy_SCRIPTS = gdmflexiserver |
|
1037
by Robert Ancell
Move gdmflexiserver into utils/ |
5 |
|
1039
by Robert Ancell
Added a dm-tool program that allows user switching and adding seats |
6 |
dm_tool_SOURCES = \ |
7 |
dm-tool.c |
|
8 |
||
9 |
dm_tool_CFLAGS = \ |
|
10 |
$(LIGHTDM_CFLAGS) \ |
|
11 |
-DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \ |
|
12 |
-DLOCALE_DIR=\"$(datadir)/locale\" |
|
13 |
||
14 |
dm_tool_LDADD = \ |
|
15 |
$(LIGHTDM_LIBS) |
|
16 |
||
1037
by Robert Ancell
Move gdmflexiserver into utils/ |
17 |
lightdm_set_defaults_SOURCES = \ |
18 |
lightdm-set-defaults.c |
|
19 |
||
1039
by Robert Ancell
Added a dm-tool program that allows user switching and adding seats |
20 |
lightdm_set_defaults_CFLAGS = \ |
21 |
$(LIGHTDM_CFLAGS) \ |
|
22 |
-DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \ |
|
23 |
-DLOCALE_DIR=\"$(datadir)/locale\" |
|
24 |
||
1037
by Robert Ancell
Move gdmflexiserver into utils/ |
25 |
lightdm_set_defaults_LDADD = \ |
26 |
$(LIGHTDM_LIBS) |
|
1024
by Didier Roche
lightdm-set-defaults enables tweaking the default session and chosen |
27 |
|
28 |
DISTCLEANFILES = \ |
|
29 |
Makefile.in |
|
30 |