]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/Makefile.am
insert our private path into user's PATH
[sojka/lightdm.git] / src / Makefile.am
1 sbin_PROGRAMS = lightdm
2
3 ldm-marshal.c: ldm-marshal.list
4         @GLIB_GENMARSHAL@ --prefix=ldm_marshal $(srcdir)/ldm-marshal.list --header --body > ldm-marshal.c
5
6 ldm-marshal.h: ldm-marshal.list
7         @GLIB_GENMARSHAL@ --prefix=ldm_marshal $(srcdir)/ldm-marshal.list --header > ldm-marshal.h
8
9 lightdm_SOURCES = \
10         configuration.c \
11         configuration.h \
12         display.c \
13         display.h \
14         display-manager.c \
15         display-manager.h \
16         display-server.c \
17         display-server.h \
18         dmrc.c \
19         dmrc.h \
20         greeter.c \
21         greeter.h \
22         guest-account.c \
23         guest-account.h \
24         lightdm.c \
25         ldm-marshal.c \
26         ldm-marshal.h \
27         pam-session.c \
28         pam-session.h \
29         plymouth.c \
30         plymouth.h \
31         process.c \
32         process.h \
33         seat.c \
34         seat.h \
35         seat-xdmcp-session.c \
36         seat-xdmcp-session.h \
37         seat-xlocal.c \
38         seat-xlocal.h \
39         session.c \
40         session.h \
41         user.c \
42         user.h \
43         vt.c \
44         vt.h \
45         xauthority.c \
46         xauthority.h \
47         xdisplay.c \
48         xdisplay.h \
49         xdmcp-protocol.c \
50         xdmcp-protocol.h \
51         xdmcp-server.c \
52         xdmcp-server.h \
53         xdmcp-session.c \
54         xdmcp-session.h \
55         xdmcp-session-private.h \
56         xserver-local.c \
57         xserver-local.h \
58         xserver-remote.c \
59         xserver-remote.h \
60         xserver.c \
61         xserver.h \
62         xsession.c \
63         xsession.h
64
65 BUILT_SOURCES = \
66         ldm-marshal.c \
67         ldm-marshal.h
68
69 lightdm_CFLAGS = \
70         $(LIGHTDM_CFLAGS) \
71         $(WARN_CFLAGS) \
72         -DPKGLIBEXEC_DIR=\"$(pkglibexecdir)\" \
73         -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \
74         -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
75         -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
76         -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
77         -DXSESSIONS_DIR=\"$(datadir)/xsessions\" \
78         -DXGREETERS_DIR=\"$(datadir)/xgreeters\"
79
80 lightdm_LDADD = \
81         $(LIGHTDM_LIBS) \
82         -lpam
83
84 EXTRA_DIST = ldm-marshal.list \
85         display-manager.xml
86
87 CLEANFILES = \
88         $(BUILT_SOURCES)
89
90 DISTCLEANFILES = \
91         Makefile.in