227
by Robert Ancell
Add an upstart script |
1 |
SUBDIRS = init |
2 |
||
25
by robert.ancell at gmail
Support autologin from config |
3 |
confdir = $(sysconfdir) |
399
by Robert Ancell
use better syntax for files that need disting |
4 |
dist_conf_DATA = lightdm.conf |
25
by robert.ancell at gmail
Support autologin from config |
5 |
|
5
by robert.ancell at gmail
Install D-Bus service, use system bus |
6 |
dbusconfdir = $(DBUS_SYS_DIR) |
399
by Robert Ancell
use better syntax for files that need disting |
7 |
dist_dbusconf_DATA = org.lightdm.LightDisplayManager.conf |
8 |
||
9 |
dist_man1_MANS = lightdm.1 |
|
5
by robert.ancell at gmail
Install D-Bus service, use system bus |
10 |
|
11 |
DISTCLEANFILES = \ |
|
12 |
Makefile.in |