]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/Makefile.am
Use a SessionConfig class for the session .desktop file
[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-greeter.c \
24         mir-greeter.h \
25         mir-server.c \
26         mir-server.h \
27         mir-session.c \
28         mir-session.h \
29         plymouth.c \
30         plymouth.h \
31         privileges.c \
32         privileges.h \
33         process.c \
34         process.h \
35         seat.c \
36         seat.h \
37         seat-unity.c \
38         seat-unity.h \
39         seat-xdmcp-session.c \
40         seat-xdmcp-session.h \
41         seat-xlocal.c \
42         seat-xlocal.h \
43         seat-xremote.c \
44         seat-xremote.h \
45         seat-xvnc.c \
46         seat-xvnc.h \
47         session.c \
48         session.h \
49         session-child.c \
50         session-child.h \
51         session-config.c \
52         session-config.h \
53         vnc-server.c \
54         vnc-server.h \
55         vt.c \
56         vt.h \
57         xauthority.c \
58         xauthority.h \
59         xdmcp-protocol.c \
60         xdmcp-protocol.h \
61         xdmcp-server.c \
62         xdmcp-server.h \
63         xdmcp-session.c \
64         xdmcp-session.h \
65         xdmcp-session-private.h \
66         xgreeter.c \
67         xgreeter.h \
68         xserver-local.c \
69         xserver-local.h \
70         xserver-remote.c \
71         xserver-remote.h \
72         xserver-xvnc.c \
73         xserver-xvnc.h \
74         xserver.c \
75         xserver.h \
76         xsession.c \
77         xsession.h
78
79 lightdm_CFLAGS = \
80         $(LIGHTDM_CFLAGS) \
81         $(WARN_CFLAGS) \
82         -DPKGLIBEXEC_DIR=\"$(pkglibexecdir)\" \
83         -DSBIN_DIR=\"$(sbindir)\" \
84         -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \
85         -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
86         -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
87         -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
88         -DSESSIONS_DIR=\"$(pkgdatadir)/sessions:$(datadir)/xsessions\" \
89         -DREMOTE_SESSIONS_DIR=\"$(pkgdatadir)/remote-sessions\" \
90         -DGREETERS_DIR=\"$(pkgdatadir)/greeters:$(datadir)/xgreeters\"
91
92 lightdm_LDADD = \
93         $(LIGHTDM_LIBS) \
94         -lgcrypt \
95         -lpam
96
97 pkglibexec_PROGRAMS = lightdm-guest-session-wrapper
98
99 lightdm_guest_session_wrapper_SOURCES = lightdm-guest-session-wrapper.c
100
101 lightdm_guest_session_wrapper_CFLAGS = \
102         $(LIGHTDM_CFLAGS) \
103         $(WARN_CFLAGS)
104
105 EXTRA_DIST = \
106         display-manager.xml
107
108 DISTCLEANFILES = \
109         Makefile.in