]> 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         plymouth.c \
24         plymouth.h \
25         privileges.c \
26         privileges.h \
27         process.c \
28         process.h \
29         seat.c \
30         seat.h \
31         seat-unity.c \
32         seat-unity.h \
33         seat-xdmcp-session.c \
34         seat-xdmcp-session.h \
35         seat-xlocal.c \
36         seat-xlocal.h \
37         seat-xremote.c \
38         seat-xremote.h \
39         seat-xvnc.c \
40         seat-xvnc.h \
41         session.c \
42         session.h \
43         session-child.c \
44         session-child.h \
45         vnc-server.c \
46         vnc-server.h \
47         vt.c \
48         vt.h \
49         xauthority.c \
50         xauthority.h \
51         xdmcp-protocol.c \
52         xdmcp-protocol.h \
53         xdmcp-server.c \
54         xdmcp-server.h \
55         xdmcp-session.c \
56         xdmcp-session.h \
57         xdmcp-session-private.h \
58         xgreeter.c \
59         xgreeter.h \
60         xserver-local.c \
61         xserver-local.h \
62         xserver-remote.c \
63         xserver-remote.h \
64         xserver-xvnc.c \
65         xserver-xvnc.h \
66         xserver.c \
67         xserver.h \
68         xsession.c \
69         xsession.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