]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/Makefile.am
Add support for Mir sessions and greeters.
[sojka/lightdm.git] / src / Makefile.am
1 sbin_PROGRAMS = lightdm
2
3 lightdm_SOURCES = \
4         accounts.c \
5         accounts.h \
6         configuration.c \
7         configuration.h \
8         console-kit.c \
9         console-kit.h \
10         display-manager.c \
11         display-manager.h \
12         display-server.c \
13         display-server.h \
14         dmrc.c \
15         dmrc.h \
16         greeter.c \
17         greeter.h \
18         guest-account.c \
19         guest-account.h \
20         lightdm.c \
21         login1.c \
22         login1.h \
23         mir-server.c \
24         mir-server.h \
25         plymouth.c \
26         plymouth.h \
27         privileges.c \
28         privileges.h \
29         process.c \
30         process.h \
31         seat.c \
32         seat.h \
33         seat-unity.c \
34         seat-unity.h \
35         seat-xdmcp-session.c \
36         seat-xdmcp-session.h \
37         seat-xlocal.c \
38         seat-xlocal.h \
39         seat-xremote.c \
40         seat-xremote.h \
41         seat-xvnc.c \
42         seat-xvnc.h \
43         session.c \
44         session.h \
45         session-child.c \
46         session-child.h \
47         session-config.c \
48         session-config.h \
49         vnc-server.c \
50         vnc-server.h \
51         vt.c \
52         vt.h \
53         x-authority.c \
54         x-authority.h \
55         x-server-local.c \
56         x-server-local.h \
57         x-server-remote.c \
58         x-server-remote.h \
59         x-server-xvnc.c \
60         x-server-xvnc.h \
61         x-server.c \
62         x-server.h \
63         xdmcp-protocol.c \
64         xdmcp-protocol.h \
65         xdmcp-server.c \
66         xdmcp-server.h \
67         xdmcp-session.c \
68         xdmcp-session.h \
69         xdmcp-session-private.h
70
71 lightdm_CFLAGS = \
72         $(LIGHTDM_CFLAGS) \
73         $(WARN_CFLAGS) \
74         -DPKGLIBEXEC_DIR=\"$(pkglibexecdir)\" \
75         -DSBIN_DIR=\"$(sbindir)\" \
76         -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \
77         -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
78         -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
79         -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
80         -DSESSIONS_DIR=\"$(pkgdatadir)/sessions:$(datadir)/xsessions\" \
81         -DREMOTE_SESSIONS_DIR=\"$(pkgdatadir)/remote-sessions\" \
82         -DGREETERS_DIR=\"$(pkgdatadir)/greeters:$(datadir)/xgreeters\"
83
84 lightdm_LDADD = \
85         $(LIGHTDM_LIBS) \
86         -lgcrypt \
87         -lpam
88
89 pkglibexec_PROGRAMS = lightdm-guest-session-wrapper
90
91 lightdm_guest_session_wrapper_SOURCES = lightdm-guest-session-wrapper.c
92
93 lightdm_guest_session_wrapper_CFLAGS = \
94         $(LIGHTDM_CFLAGS) \
95         $(WARN_CFLAGS)
96
97 EXTRA_DIST = \
98         display-manager.xml
99
100 DISTCLEANFILES = \
101         Makefile.in