]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/Makefile.am
Launchpad automatic translations update.
[sojka/lightdm.git] / src / Makefile.am
1 sbin_PROGRAMS = lightdm
2 bin_PROGRAMS = dm-tool
3
4 lightdm_SOURCES = \
5         accounts.c \
6         accounts.h \
7         console-kit.c \
8         console-kit.h \
9         display-manager.c \
10         display-manager.h \
11         display-server.c \
12         display-server.h \
13         greeter.c \
14         greeter.h \
15         greeter-session.c \
16         greeter-session.h \
17         greeter-socket.c \
18         greeter-socket.h \
19         guest-account.c \
20         guest-account.h \
21         lightdm.c \
22         logger.c \
23         logger.h \
24         login1.c \
25         login1.h \
26         log-file.c \
27         log-file.h \
28         plymouth.c \
29         plymouth.h \
30         process.c \
31         process.h \
32         seat.c \
33         seat.h \
34         seat-local.c \
35         seat-local.h \
36         seat-unity.c \
37         seat-unity.h \
38         seat-xdmcp-session.c \
39         seat-xdmcp-session.h \
40         seat-xremote.c \
41         seat-xremote.h \
42         seat-xvnc.c \
43         seat-xvnc.h \
44         session.c \
45         session.h \
46         session-child.c \
47         session-child.h \
48         session-config.c \
49         session-config.h \
50         shared-data-manager.c \
51         shared-data-manager.h \
52         unity-system-compositor.c \
53         unity-system-compositor.h \
54         vnc-server.c \
55         vnc-server.h \
56         vt.c \
57         vt.h \
58         wayland-session.c \
59         wayland-session.h \
60         x-authority.c \
61         x-authority.h \
62         x-server-local.c \
63         x-server-local.h \
64         x-server-remote.c \
65         x-server-remote.h \
66         x-server-xmir.c \
67         x-server-xmir.h \
68         x-server-xvnc.c \
69         x-server-xvnc.h \
70         x-server.c \
71         x-server.h \
72         xdmcp-protocol.c \
73         xdmcp-protocol.h \
74         xdmcp-server.c \
75         xdmcp-server.h \
76         xdmcp-session.c \
77         xdmcp-session.h \
78         xdmcp-session-private.h
79
80 lightdm_CFLAGS = \
81         $(WARN_CFLAGS) \
82         $(LIGHTDM_CFLAGS) \
83         -I"$(top_srcdir)/common" \
84         -DSBIN_DIR=\"$(sbindir)\" \
85         -DUSERS_DIR=\"$(localstatedir)/lib/lightdm-data\" \
86         -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
87         -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
88         -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
89         -DSESSIONS_DIR=\"$(pkgdatadir)/sessions:$(datadir)/xsessions:$(datadir)/wayland-sessions\" \
90         -DWAYLAND_SESSIONS_DIR=\"$(datadir)/wayland-sessions\" \
91         -DREMOTE_SESSIONS_DIR=\"$(pkgdatadir)/remote-sessions\" \
92         -DGREETERS_DIR=\"$(pkgdatadir)/greeters:$(datadir)/xgreeters\"
93
94 lightdm_LDADD = \
95         $(LIGHTDM_LIBS) \
96         $(top_builddir)/common/libcommon.la \
97         -lgcrypt \
98         -lpam
99
100 dm_tool_SOURCES = \
101         dm-tool.c
102
103 dm_tool_CFLAGS = \
104         $(WARN_CFLAGS) \
105         $(LIGHTDM_CFLAGS) \
106         -DLOCALE_DIR=\"$(datadir)/locale\"
107
108 dm_tool_LDADD = \
109         $(LIGHTDM_LIBS)
110
111 libexec_PROGRAMS = lightdm-guest-session
112
113 lightdm_guest_session_SOURCES = lightdm-guest-session.c
114
115 lightdm_guest_session_CFLAGS = \
116         $(WARN_CFLAGS) \
117         $(LIGHTDM_CFLAGS)
118
119 EXTRA_DIST = \
120         display-manager.xml