]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/Makefile.am
Rename the guest session wrapper to have a simpler name
[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         logger.c \
22         logger.h \
23         login1.c \
24         login1.h \
25         mir-server.c \
26         mir-server.h \
27         plymouth.c \
28         plymouth.h \
29         privileges.c \
30         privileges.h \
31         process.c \
32         process.h \
33         seat.c \
34         seat.h \
35         seat-surfaceflinger.c \
36         seat-surfaceflinger.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         surfaceflinger-server.c \
54         surfaceflinger-server.h \
55         vnc-server.c \
56         vnc-server.h \
57         vt.c \
58         vt.h \
59         x-authority.c \
60         x-authority.h \
61         x-server-local.c \
62         x-server-local.h \
63         x-server-remote.c \
64         x-server-remote.h \
65         x-server-xvnc.c \
66         x-server-xvnc.h \
67         x-server.c \
68         x-server.h \
69         xdmcp-protocol.c \
70         xdmcp-protocol.h \
71         xdmcp-server.c \
72         xdmcp-server.h \
73         xdmcp-session.c \
74         xdmcp-session.h \
75         xdmcp-session-private.h
76
77 lightdm_CFLAGS = \
78         $(LIGHTDM_CFLAGS) \
79         $(WARN_CFLAGS) \
80         -DPKGLIBEXEC_DIR=\"$(pkglibexecdir)\" \
81         -DSBIN_DIR=\"$(sbindir)\" \
82         -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \
83         -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
84         -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
85         -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
86         -DSYSTEM_CONFIG_DIR=\"$(pkgdatadir)/lightdm.conf.d\" \
87         -DSESSIONS_DIR=\"$(pkgdatadir)/sessions:$(datadir)/xsessions\" \
88         -DREMOTE_SESSIONS_DIR=\"$(pkgdatadir)/remote-sessions\" \
89         -DGREETERS_DIR=\"$(pkgdatadir)/greeters:$(datadir)/xgreeters\"
90
91 lightdm_LDADD = \
92         $(LIGHTDM_LIBS) \
93         -lgcrypt \
94         -lpam
95
96 libexec_PROGRAMS = lightdm-guest-session
97
98 lightdm_guest_session_SOURCES = lightdm-guest-session.c
99
100 lightdm_guest_session_CFLAGS = \
101         $(LIGHTDM_CFLAGS) \
102         $(WARN_CFLAGS)
103
104 EXTRA_DIST = \
105         display-manager.xml
106
107 DISTCLEANFILES = \
108         Makefile.in