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